-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Create Contribution Guidelines #49
Conversation
I think in the Issue Template we need to ask some more specific questions such as:
I think they would be useful 👍 |
@ScottBrenner thoughts on increasing the scope of this pull request to the following: |
Added a bunch of things from https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions, most of it's automatically generated - open to changing the wordings. |
@ScottBrenner Content looks really good 👍 If you have this locally, you just need to run:
This will fix the failing tests. It is failing due to |
Whoops, think a484aa6 fixed it? 😵 |
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**GitHub Actions Runner configuration (please complete the following information):** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**GitHub Actions Runner configuration (please complete the following information):** | |
**GitHub Actions job configuration (please complete the following information):** |
Not sure what the correct terminology is here, but we want details of the environment that the Action is running in
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement at | ||
[email protected]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A contact method was required here, when generating the file thru GitHub
@@ -0,0 +1,9 @@ | |||
## Contributing | |||
|
|||
This product welcomes contributions the any open source community. Firstly, please raise an issue on the repository, as this will be used to discuss/agree on scope and feature/bug detail. Once agreed, please follow the [Running Locally](#running-locally) steps above to get started on your machine. Branch off `main` following logically branch naming conventions `feature/***` or `bug/***`. When contributing please try and meet these development principles: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This product welcomes contributions the any open source community. Firstly, please raise an issue on the repository, as this will be used to discuss/agree on scope and feature/bug detail. Once agreed, please follow the [Running Locally](#running-locally) steps above to get started on your machine. Branch off `main` following logically branch naming conventions `feature/***` or `bug/***`. When contributing please try and meet these development principles: | |
This product welcomes contributions the any open source community. Firstly, please raise an issue on the repository, as this will be used to discuss/agree on scope and feature/bug detail. Once agreed, please follow the Development section's steps in [README.md](README.md) to get started. Branch off `main` following logically branch naming conventions `feature/***` or `bug/***`. When contributing please try and meet these development principles: |
a484aa6
to
d27e5e6
Compare
Adding most things from https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions.