diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 5ac541a7c7..0000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Example Contributing Guidelines - -This is an example of GitHub's contributing guidelines file. Check out GitHub's [CONTRIBUTING.md help center article](https://help.github.com/articles/setting-guidelines-for-repository-contributors/) for more information. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5863654bdc..5b2bc44c99 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,43 @@ -- **I'm submitting a ...** - [ ] bug report - [ ] feature request - [ ] question about the decisions made in the repository - [ ] question about how to use this project + +This is a **bug report/feature or change request/support request** -- **Summary** +## Problem -- **Other information** (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.) + + +## Proposed Solutions + + + +## Notes + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e04147782f..31c60f16d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,21 @@ -- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +## Problem -- **What is the current behavior?** (You can also link to an open issue here) + + +## Solution + + + +## Notes + + + +- Resolves +- Related to