generated from neutrons/python_project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jose Borreguero <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
.. contributing | ||
Guide to Contributing | ||
===================== | ||
|
||
Contributions to this project are welcome. All contributors agree to the following: | ||
|
||
- It is assumed that the contributor is an ORNL employee and belongs to the development team. | ||
Thus the following instructions are specific to ORNL development team's process. | ||
- You have permission and any required rights to submit your contribution. | ||
- Your contribution is provided under the license of this project and may be redistributed as such. | ||
- All contributions to this project are public. | ||
|
||
All contributions must be "signed off" in the commit log and by doing so you agree to the above. | ||
|
||
Getting access to the main project | ||
---------------------------------- | ||
Direct commit access to the project is currently restricted to core developers. | ||
All other contributions should be done through pull requests. | ||
|
||
|
||
Development procedure | ||
--------------------- | ||
|
||
1. A developer is assigned with a task during neutron status meeting and changes the task's status to **In Progress**. | ||
2. The developer creates a branch off *next* and completes the task in this branch. | ||
3. The developer creates a pull request (PR) off *next*. | ||
4. The developer asks for another developer as a reviewer to review the PR. | ||
A PR can only be approved and merged by the reviewer. | ||
5. The developer changes the task’s status to **Complete** and closes the associated issue. | ||
|
||
|
||
Contacting the Team | ||
------------------- | ||
The best mechanism for a user to request a change is to contact the SANS CIS. | ||
Please email `Yingrui Shang`_ with your request. | ||
|
||
.. _Yingrui Shang: [email protected] | ||
|
||
A change needs to be in the form of a: | ||
|
||
- Story for any enhancement request | ||
- Defect for any bug fix request. |