Changeset 10591
- Timestamp:
- 2019-01-28T15:27:09+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/CONTRIBUTING.rst
r10460 r10591 1 ************ 2 Contributing 3 ************ 4 5 .. contents:: 6 :local: 7 8 Support 9 ======= 10 11 | First of all, :forge:`search <search on the developement platform>` in the most comprehensive way 12 (wiki, tickets, forum and online doc) to check if the subject has not already been discussed. 13 | If you found no answer after that, create the corresponding ressource online according to your need 14 15 - Question: create a topic in the appropriate :forge:`discussion <forum>` 16 - Issue: open a new ticket of the right type depending of its severity 17 - "Unavoidable" :forge:`newticket?type=Bug <bug>` 18 - "Workable" :forge:`newticket?type=Defect <defect>` 19 20 Please follow the guidelines and also be as specific as possible for the ticket description. 21 22 New development 23 =============== 24 25 You have developed something related to the NEMO project: a personal configuration, 26 an addition of the source code, a full fork of the reference, a {pre,post}-processing tool, ... 27 Done initially for your own purpose, you believe your work is of interest for the community. 28 You can report it in different ways depending on your motivation and your willingness to 29 see it included in the NEMO shared reference. 30 31 Beforehand, you should know that the NEMO Developers Committee will decide 32 if the development is relevant and useful. 33 First criteria will be of course the scientific interest, 34 but the amount of work needed to successfully meet the quality control requirements is also going to be evaluated. 35 36 Hack 37 ---- 38 39 You're not ready to do more other than to inform other users of your development, 40 you can promote your work by creating a specific topic on this :forge:`discussion/forum/5 <dedicated forum>` 41 which brings together all the contributions from the community. 42 43 Proposal / Task 44 --------------- 45 46 | You can suggest a :forge:`newticket?type=Enhancement <enhancement>` to be made which can be supplemented by 47 the output of ``svn diff`` from your working copy 48 (easier for integration with ``svn patch`` than the attachement of modified routines). 49 | But without a little more work, 50 51 If you really think your development worths the integration into the NEMO shared reference, 52 your ticket should describe the development and its implementation, so as the existing validations. 53 54 Once the approval of Developers Committee is given, 55 the development can be added to the yearly development work plan. 56 From there you will be in charge of an development action, 57 with the perspective of merging it by the end of civil year, 58 but also with the help of NEMO System Team to follow the different development steps.
Note: See TracChangeset
for help on using the changeset viewer.