Skip to content

Commit

Permalink
Merge pull request #9 from bbc/new-ticket-issue
Browse files Browse the repository at this point in the history
New ticket issue
  • Loading branch information
Pietro authored Aug 15, 2019
2 parents 6be7408 + 15ccac8 commit 89d490e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/new_ticket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->


**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->


![Sketch]()

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

_NA_

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->


## Checklist

- [ ] Fork the repository (external contributors)
- [ ] Create a branch with a meaningful name eg `component-<component name>`
- [ ] 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_
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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 ?**

<!-- _If so please link to other issues and PRs as appropriate_ -->

**Describe what the PR does**
Expand Down

0 comments on commit 89d490e

Please sign in to comment.