Skip to content
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

New ticket issue #9

Merged
merged 2 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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