From bbc4aa3814e72d4199fc3089681878b18e98ab3e Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Wed, 10 Apr 2019 10:59:32 -0700 Subject: [PATCH] Add contribution guide --- contributing.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..5cdc461 --- /dev/null +++ b/contributing.md @@ -0,0 +1,9 @@ +# Contributing to Near Future Propulsion + +First off, thanks for taking the time to contribute! This can really help velocity and ensures that problems get fixed faster. + +Here are a few notes to follow that will make things easier for everyone: + +* **Please submit all pull requests against the `dev` branch** +* If creating a new **compatibility patch**, please add attribution to the file in the first line as a comment, e.g. `// USI-LS Patch by ChrisAdderley` +* If submitting a new **translation**, please add attribution to the file in the first line as a comment, e.g. `// English Translation by ChrisAdderley`. It is also helpful to me if you can update the readme with the attribution as well.