Submissions » History » Version 11
Jean-Philippe Lang, 2009-01-31 14:46
patch submission
1 | 10 | Jean-Philippe Lang | h1. Submissions on redmine.org |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 11 | Jean-Philippe Lang | h2. Submitting a Bug |
4 | 10 | Jean-Philippe Lang | |
5 | 1 | Jean-Philippe Lang | Before submitting a bug report here, please make sure: |
6 | |||
7 | * that you're using an appropriate Rails version (see [[RedmineInstall]]) |
||
8 | * that your database is up to date, especially if you've just migrated from a previous version or revision (see [[RedmineUpgrade]]) |
||
9 | * if your problem is related to svn (or any other scm), that the proper binaries are installed on your Redmine host (see [[RedmineRepositories]]) |
||
10 | |||
11 | 2 | Jean-Philippe Lang | And have a look at the "bug list":http://www.redmine.org/projects/redmine/issues?query_id=1 to see if it has not already been reported. |
12 | |||
13 | 1 | Jean-Philippe Lang | When filling a bug report, please give the following information with the description of your problem: |
14 | |||
15 | 4 | Jean-Philippe Lang | * your database version (eg. Postgresql 8.2) |
16 | 5 | Jean-Philippe Lang | * your Ruby version (eg. ruby 1.8.6) |
17 | 3 | Jean-Philippe Lang | * your Rails version (eg. Rails 1.2.6) |
18 | 1 | Jean-Philippe Lang | * your Redmine version (pick the version number in the _Affected version_ field) and the exact revision (eg. r1142) if you're using repository code |
19 | * your scm binary version (eg. svn 1.4) if your problem is about scm integration |
||
20 | * the error stack trace that you should find in the log file if your report is about an error. The message displayed by the app (eg. _...An error occurred on the page you were trying to access. If you continue..._) is useless here. |
||
21 | 6 | Thomas Lecavelier | |
22 | 8 | Jean-Philippe Lang | The simplest way to get all the needed information can be acquired by using |
23 | |||
24 | <pre>ruby script/about</pre> |
||
25 | |||
26 | 1 | Jean-Philippe Lang | within your Redmine installation. |
27 | 7 | Karl Heinz Marbaise | |
28 | 11 | Jean-Philippe Lang | h2. Submitting a Security Vulnerability |
29 | 1 | Jean-Philippe Lang | |
30 | 9 | Jean-Philippe Lang | If you think that you've found a security vulnerability, please report it by sending an email to: @security(at)redmine.org@. |
31 | |||
32 | 11 | Jean-Philippe Lang | h2. Submitting a Feature Request |
33 | 6 | Thomas Lecavelier | |
34 | Before submitting a feature request here, please make sure: |
||
35 | |||
36 | * fill the _subject_ as a sum up of your description |
||
37 | 1 | Jean-Philippe Lang | * fill the _description_ as detailed as you can, don't hesitate to describe precisely how this feature should behave, try to add what benefits you're excepting from it |
38 | * please *DON'T* fill the _target version_ field: let the developers decide when integrate |
||
39 | * please *DON'T* assign the feature request to anybody, let the developers deal with it |
||
40 | 11 | Jean-Philippe Lang | |
41 | h2. Submitting a Patch |
||
42 | |||
43 | * changes should be submitted as a single patch file. Instructions for creating a patch using svn can be found [[Patch|here]]. |
||
44 | * you should mention the branch/revision your patch is based on and attach it |