Skip to content

Commit e1bf73c

Browse files
committed
add: contributing doc
1 parent 28acc46 commit e1bf73c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing
2+
3+
Thanks for considering contributing and making our planet easier to explore!
4+
5+
We're excited you would like to contribute to Astrobot! Whether you're finding bugs, adding new features, fixing anything broken, or improving documentation, get started by submitting an issue or pull request!
6+
7+
## Submitting an Issue
8+
9+
If you have any questions or ideas, or notice any problems or bugs, first [search open issues](https://github.com/nasa/astrobot/issues) to see if the issue has already been submitted. We may already be working on the issue. If you think your issue is new, you're welcome to [create a new issue](https://github.com/nasa/astrobot/issues/new).
10+
11+
## Pull Requests
12+
13+
If you want to submit your own contributions, follow these steps:
14+
15+
* Fork the astrobot repo
16+
* Create a new branch from the branch you'd like to contribute to
17+
* If an issue does't already exist, submit one (see above)
18+
* [Create a pull request](https://help.github.com/articles/creating-a-pull-request/) from your fork into the target branch of the nasa/astrobot repo
19+
* Be sure to [mention the corresponding issue number](https://help.github.com/articles/closing-issues-using-keywords/) in the PR description, i.e. "Fixes Issue #10"
20+
* Upon submission of a pull request, the Astrobot development team will review the code
21+
* The request will then either be merged, declined, or an adjustment to the code will be requested

0 commit comments

Comments
 (0)