change URLs for contributing to point to master branch of docs since they are up to date for contributing

This commit is contained in:
Bryce Larson 2020-02-05 12:31:23 -07:00
parent e313fb13c4
commit ee39ac5cd9
No known key found for this signature in database
GPG key ID: 131C38B0F02DB4CA

View file

@ -67,19 +67,19 @@ Fixing issues
=============
If you wish to help us fix the issue you're reporting,
[Salt's documentation](http://docs.saltstack.com/en/latest/index.html)
[Salt's documentation](http://docs.saltstack.com/en/master/index.html)
already includes information to help you setup a development environment,
under [Developing Salt](http://docs.saltstack.com/en/latest/topics/development/hacking.html).
under [Developing Salt](http://docs.saltstack.com/en/master/topics/development/hacking.html).
[SaltStack's Contributing documentation](https://docs.saltstack.com/en/latest/topics/development/contributing.html)
[SaltStack's Contributing documentation](https://docs.saltstack.com/en/master/topics/development/contributing.html)
is also helpful, as it explains sending in pull requests, keeping your
salt branches in sync, and knowing
[which branch](https://docs.saltstack.com/en/latest/topics/development/contributing.html#which-salt-branch)
[which branch](https://docs.saltstack.com/en/master/topics/development/contributing.html#which-salt-branch)
new features or bug fixes should be submitted against.
Fix the issue you have in hand and, if possible, also add a test case to Salt's
testing suite. Then, create a
[pull request](http://docs.saltstack.com/en/latest/topics/development/contributing.html#sending-a-github-pull-request),
[pull request](http://docs.saltstack.com/en/master/topics/development/contributing.html#sending-a-github-pull-request),
and **that's it**!
Salt's development team will review your fix and if everything is OK, your fix