From 610d1db435439973b3baec98521d000d50d45150 Mon Sep 17 00:00:00 2001 From: Pietro Passarelli - News Labs Date: Thu, 15 Aug 2019 16:50:32 +0100 Subject: [PATCH 1/2] draft --- .github/ISSUE_TEMPLATE/new_ticket.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_ticket.md diff --git a/.github/ISSUE_TEMPLATE/new_ticket.md b/.github/ISSUE_TEMPLATE/new_ticket.md new file mode 100644 index 0000000..ef31f75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_ticket.md @@ -0,0 +1,32 @@ +**Is your feature request related to a problem? Please describe.** + + + +**Describe the solution you'd like** + + + +![Sketch]() + +**Describe alternatives you've considered** + + +_NA_ + +**Additional context** + + + +## Checklist + +- [ ] Fork the repository (external contributors) +- [ ] Create a branch with a meaningful name eg `component-` +- [ ] Add automated tests* +- [ ] Test suite passes (`npm run test`) +- [ ] Code is linted (`npm run lint`) +- [ ] Update documentation and QA docs - [see updating the documentation](https://github.com/bbc/digital-paper-edit#documentation)* +- [ ] re-factoring for [code quality and readability](https://github.com/bbc/digital-paper-edit-client/blob/master/CONTRIBUTING.md#code-quality) +- [ ] Setup your PR for review (start with a draft PR) +- [ ] Demonstrated (attach link or image) + +_*where appropriate_ \ No newline at end of file From 15ccac85087cc5f9b7037b251c4fca99ffd301a5 Mon Sep 17 00:00:00 2001 From: Pietro Passarelli - News Labs Date: Thu, 15 Aug 2019 16:52:18 +0100 Subject: [PATCH 2/2] updated PR link --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9f5293c..81efbc6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ -**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** +**Is your Pull Request request related to another [issue](https://github.com/bbc/digital-paper-edit-storybook/issues) in this repository ?** + **Describe what the PR does**