Skip to content

Commit

Permalink
Added contributing page
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinX committed Jun 17, 2022
1 parent 19cdf70 commit 8ae628a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contributing

Contributions are **welcome** and will be fully **credited**.

I accept contributions via Pull Requests on [Github](https://github.com/MarinX/agemobile).

## Pull Requests

- **Add tests!** - Your patch won't be accepted if it doesn't have tests.

- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.

- **Create feature branches** - Don't ask us to pull from your master branch.

## Running Tests

```bash
$ go test
```

**Happy coding**!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ No examples, yet! PR's welcome.

## Contributing

PR's are welcome. Please read [CONTRIBUTING.md](https://github.com/MarinX/electrumrpc/blob/master/CONTRIBUTING.md) for more info
PR's are welcome. Please read [CONTRIBUTING.md](https://github.com/MarinX/agemobile/blob/master/CONTRIBUTING.md) for more info

## License

Expand Down

0 comments on commit 8ae628a

Please sign in to comment.