Submissions » History » Version 15
Mischa The Evil, 2010-12-22 01:22
Added RAILS_ENV parameter to ruby script/about example (#6585)
| 1 | 10 | Jean-Philippe Lang | h1. Submissions on redmine.org |
|---|---|---|---|
| 2 | 1 | Jean-Philippe Lang | |
| 3 | 13 | Mischa The Evil | {{>toc}} |
| 4 | |||
| 5 | 14 | Jean-Philippe Lang | Submissions should be written in english. |
| 6 | |||
| 7 | 11 | Jean-Philippe Lang | h2. Submitting a Bug |
| 8 | 10 | Jean-Philippe Lang | |
| 9 | 1 | Jean-Philippe Lang | Before submitting a bug report here, please make sure: |
| 10 | |||
| 11 | * that you're using an appropriate Rails version (see [[RedmineInstall]]) |
||
| 12 | * that your database is up to date, especially if you've just migrated from a previous version or revision (see [[RedmineUpgrade]]) |
||
| 13 | * if your problem is related to svn (or any other scm), that the proper binaries are installed on your Redmine host (see [[RedmineRepositories]]) |
||
| 14 | |||
| 15 | 14 | Jean-Philippe Lang | And have a look at the "bug list":http://www.redmine.org/projects/redmine/issues?query_id=1 and the [[FAQ]] to see if it has not already been reported. |
| 16 | 2 | Jean-Philippe Lang | |
| 17 | 1 | Jean-Philippe Lang | When filling a bug report, please give the following information with the description of your problem: |
| 18 | |||
| 19 | 4 | Jean-Philippe Lang | * your database version (eg. Postgresql 8.2) |
| 20 | 5 | Jean-Philippe Lang | * your Ruby version (eg. ruby 1.8.6) |
| 21 | 3 | Jean-Philippe Lang | * your Rails version (eg. Rails 1.2.6) |
| 22 | 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 |
| 23 | * your scm binary version (eg. svn 1.4) if your problem is about scm integration |
||
| 24 | * 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. |
||
| 25 | 6 | Thomas Lecavelier | |
| 26 | 12 | Jean-Philippe Lang | The simplest way to get information about your Ruby and Ruby on Rails versions is to run: |
| 27 | 8 | Jean-Philippe Lang | |
| 28 | 15 | Mischa The Evil | <pre>RAILS_ENV=production ruby script/about</pre> |
| 29 | 8 | Jean-Philippe Lang | |
| 30 | 1 | Jean-Philippe Lang | within your Redmine installation. |
| 31 | 7 | Karl Heinz Marbaise | |
| 32 | 11 | Jean-Philippe Lang | h2. Submitting a Security Vulnerability |
| 33 | 1 | Jean-Philippe Lang | |
| 34 | 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@. |
| 35 | |||
| 36 | 11 | Jean-Philippe Lang | h2. Submitting a Feature Request |
| 37 | 6 | Thomas Lecavelier | |
| 38 | Before submitting a feature request here, please make sure: |
||
| 39 | |||
| 40 | * fill the _subject_ as a sum up of your description |
||
| 41 | 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 |
| 42 | * please *DON'T* fill the _target version_ field: let the developers decide when integrate |
||
| 43 | * please *DON'T* assign the feature request to anybody, let the developers deal with it |
||
| 44 | 11 | Jean-Philippe Lang | |
| 45 | 13 | Mischa The Evil | h2. Submitting a Wiki improvement |
| 46 | |||
| 47 | When you edit a wiki page to improve its content, make sure that you fill the _comment_ field with a descriptive summary of the changes you've made to the page. This way we'll be better able to "monitor" and "maintain" the quality of the actual wiki content. |
||
| 48 | |||
| 49 | 1 | Jean-Philippe Lang | h2. Submitting a Patch |
| 50 | |||
| 51 | 13 | Mischa The Evil | * Changes should be submitted as a single patch file. Instructions for creating a patch using svn can be found [[Patch|here]]. |
| 52 | * You should mention the branch/revision your patch is based on and attach it |