File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,25 +11,27 @@ possible.
1111
1212## Reporting issues
1313
14- Issues have to be reported on our [[ https://github.com/rust-github/rust-gh-example/issues ] [ issues tracker]] . Please:
14+ Issues have to be reported on our [ issue tracker] [ issue-tracker ] . Please:
1515
1616- Check that the issue has not already been reported.
17- - This can be achieved by searching keywords on the [[ https://github.com/rust-github/rust-gh-example/issues ] [ issues tracker]] .
17+ - This can be achieved by searching keywords on the [ issue tracker] [ issue-tracker ] .
1818- Try to use a clear title, and describe your problem with complete sentences.
1919
20+ [ issue-tracker ] : https://github.com/rust-github/rust-gh-example/issues
21+
2022## Pull requests
2123
2224Try to do one pull request per change.
2325
2426### Updating the changelog
2527
2628Update the changes you have made in
27- [ CHANGELOG] ( https://github.com/rust-github/rust-gh-example/blob/master/CHANGELOG.org )
29+ [ CHANGELOG] ( https://github.com/rust-github/rust-gh-example/blob/master/CHANGELOG.md )
2830file under the ** Unreleased** section.
2931
3032Add the changes of your pull request to one of the following subsections,
3133depending on the types of changes defined by
32- [[ https://keepachangelog.com/en/1.0.0/ ] [ Keep a changelog ]] :
34+ [ Keep a changelog ] ( https://keepachangelog.com/en/1.0.0/ ) :
3335
3436- ` Added ` for new features.
3537- ` Changed ` for changes in existing functionality.
You can’t perform that action at this time.
0 commit comments