Merge pull request #16 from chromy/fix-CONTRIBUTING-link

Update CONTRIBUTING.md issue link
This commit is contained in:
Dustin J. Mitchell 2024-04-30 14:49:24 -04:00 committed by GitHub
commit bff34addf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ TaskChampion sync-server is very open to contributions, and we'd love to have yo
A good starting point might be one of the issues tagged with ["good first issue"][first]. A good starting point might be one of the issues tagged with ["good first issue"][first].
[first]: https://github.com/taskchampion/taskchampion-sync-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 [first]: https://github.com/GothenburgBitFactory/taskchampion-sync-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
# Development Guide # Development Guide
@ -14,7 +14,7 @@ Once you've done that, run `cargo build` at the top level of this repository to
Alternately, run `cargo test` to run the test suite. Alternately, run `cargo test` to run the test suite.
## Making a Pull Request ## Making a Pull Request
We expect contributors to follow the [GitHub Flow](https://guides.github.com/introduction/flow/). We expect contributors to follow the [GitHub Flow](https://guides.github.com/introduction/flow/).
Aside from that, we have no particular requirements on pull requests. Aside from that, we have no particular requirements on pull requests.
Make your patch, double-check that it's complete (tests? docs? documentation comments?), and make a new pull request. Make your patch, double-check that it's complete (tests? docs? documentation comments?), and make a new pull request.