Browse Source

[Doc Update] Updated links to point at master branch.

master
Craig Oates 7 years ago
parent
commit
405ffe80d4
  1. 8
      CONTRIBUTING.md

8
CONTRIBUTING.md

@ -10,7 +10,7 @@ The following is a set of guidelines for contributing to Console.Waterworks. I m
### Code of Conduct
The [Console.Waterworks Code of Conduct](https://github.com/CraigOates/Console.Waterworks/blob/develop/CODE_OF_CONDUCT.md) governs every participant of this project. If you decide to take part in developing and cultivating the project, the expectation is you adhere to it.
The [Console.Waterworks Code of Conduct](https://github.com/CraigOates/Console.Waterworks/blob/master/CODE_OF_CONDUCT.md) governs every participant of this project. If you decide to take part in developing and cultivating the project, the expectation is you adhere to it.
Please report any unacceptable behaviour to craig@craigoates.net.
@ -42,13 +42,13 @@ You can contribute to the project in several ways. The obvious two ways are [fil
I track bugs using [GitHub Issues](https://github.com/CraigOates/Console.Waterworks/issues/new). If you find one, fill out the template provided and file an issue.
- [Bug Report Template](https://github.com/CraigOates/Console.Waterworks/blob/develop/BUG_REPORT_TEMPLATE.md)
- [Bug Report Template](https://github.com/CraigOates/Console.Waterworks/blob/master/BUG_REPORT_TEMPLATE.md)
When you file a bug report, do not hold back with the details. The more information I have, the chance of me fixing it increases.
#### Suggesting Enhancements
You might have read [The Creator's Expectations](https://github.com/CraigOates/Console.Waterworks/blob/develop/CONTRIBUTING.md#the-creators-expectations-for-consolewaterworks) above... If you have, you will know I hold a conservative attitude for adding features. With that said, I am not against adding new features -- stated above as well. If you believe your suggestion has some merit, please feel free to submit it. I am more than happy to discuss your plan. Please, do not feel offended if your suggestion does not get added to the project, though. That is not my intension.
You might have read [The Creator's Expectations](https://github.com/CraigOates/Console.Waterworks/blob/master/CONTRIBUTING.md#the-creators-expectations-for-consolewaterworks) above... If you have, you will know I hold a conservative attitude for adding features. With that said, I am not against adding new features -- stated above as well. If you believe your suggestion has some merit, please feel free to submit it. I am more than happy to discuss your plan. Please, do not feel offended if your suggestion does not get added to the project, though. That is not my intension.
#### "How do I Submit an Enhancement Suggestion?"
@ -75,7 +75,7 @@ Now back to the pull requests...
Here is a list of things to consider when submitting a pull request:
- Fill in the [Pull Requests Template](https://github.com/CraigOates/Console.Waterworks//blob/develop/PULL_REQUEST_TEMPLATE.md)
- Fill in the [Pull Requests Template](https://github.com/CraigOates/Console.Waterworks//blob/master/PULL_REQUEST_TEMPLATE.md)
- Do not include issue numbers in the pull request title.
- Include screenshots and animated GIFs in your pull request whenever possible.
- Follow the C# and Code Comments style guides.

Loading…
Cancel
Save