Skip to content

Commit

Permalink
fixed CONTRIBUTING.md nameing and license issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwashbourne committed Sep 19, 2020
1 parent 937f6b9 commit 0651d64
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# CloudSeis.jl contributor guidelines

## Issue reporting
If you have found a bug in AzManagers.jl or have any suggestions for changes to
AzManagers.jl functionality, please consider filing an issue using the GitHub
If you have found a bug in CloudSeis.jl or have any suggestions for changes to
CloudSeis.jl functionality, please consider filing an issue using the GitHub
issue tracker. Please do not forget to search for an existing issue
which may already cover your suggestion.

## Contributing
We try to follow GitHub flow (https://guides.github.com/introduction/flow/) for
making changes to AzManagers.jl. Contributors retain copyright on their
contributions, and the Eclipse public license
(https://www.eclipse.org/legal/epl-v10.html) applies to the contribution.
making changes to CloudSeis.jl.

Contributors retain copyright on their contributions, and the MIT license
(https://opensource.org/licenses/MIT) applies to the contribution.

The basic steps to making a contribution are as follows, and assume some knowledge of
git:
1. fork the AzManagers.jl repository
1. fork the CloudSeis.jl repository
2. create an appropriately titled branch for your contribution
3. if applicable, add a unit-test to ensure the functionality of your contribution
(see the `test` subfolder).
4. run `]test AzManagers`
4. run `]test CloudSeis` in the `test` folder
5. make a pull-request
6. have fun

Expand Down

0 comments on commit 0651d64

Please sign in to comment.