diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b20bf47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ +--- +name: Requesting a Feature or Improvement +about: "For feature requests. Please search for existing issues first. Also see CONTRIBUTING." +title: '' +labels: Feedback, Feature, SC-Eng +assignees: '' + +--- + +## Instructions + +Please fill out the template below to the best of your ability and include a label indicating which tool/service you were working with when you encountered the problem. + +### Issue To Be Solved +(Replace This Text: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts of the problem are considered to be in-scope and out-of-scope.) + +### (Optional): Suggest A Solution +(Replace This Text: A concise description of your preferred solution. Things to address include: +* Details of the technical implementation +* Tradeoffs made in design decisions +* Caveats and considerations for the future + +If there are multiple solutions, please present each one separately. Save comparisons for the very end.) + +### (Optional): Context + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..30e16c2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +Closes: #??? + +## Description + + + +______ + +For contributor use: + +- [ ] Targeted PR against `master` branch +- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. +- [ ] Code follows the [standards mentioned here](https://github.com/onflow/flow-nft/blob/master/CONTRIBUTING.md#styleguides). +- [ ] Updated relevant documentation +- [ ] Re-reviewed `Files changed` in the Github PR explorer +- [ ] Added appropriate labels + +- [ ] Update the version in package.json when there is a change in the smart contracts \ No newline at end of file