Remove labels from GH templates since we're disabling Apollo Bot (#1988)

Removing all mentions of labelling from this repos custom issue/PR templates (since we're no longer using Apollo Bot).
This commit is contained in:
Hugh Willson 2018-11-17 08:29:16 -05:00 committed by Jesse Rosenberger
parent 059db8e00f
commit 63969a296c
2 changed files with 0 additions and 40 deletions

View file

@ -1,30 +0,0 @@
<!--**Issue Labels**
While not necessary, you can help organize our issues by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below:
- [ ] has-reproduction
> Check this box if you're able to include a small, functioning
> reproduction (preferably as a cloneable project). To increase
> the chances of finding a resolution, we highly recommend including a reproduction!
- [ ] feature
> Be sure to search for existing feature requests before opening
> new feature requests! Include as much detail about what is needed
> and some example use cases, please!
- [ ] docs
> Documentation issues should be labeled, but if you know the answer
> please consider submitting a Pull Request instead. (The documentation
> lives in the `docs/source` directory of this repository.)
- [ ] blocking
> If you're unable to go to production because of a bug, please check
> this box. If it's a feature request, we suggest that you avoid checking
> this box and instead follow the instructions for feature requests above.
-->

View file

@ -12,13 +12,3 @@ TODO:
* [ ] Rebase your changes on master so that they can be merged easily
* [ ] Make sure all tests and linter rules pass
<!--**Pull Request Labels**
While not necessary, you can help organize our pull requests by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below:
- [ ] feature
- [ ] blocking
- [ ] docs
To add a label not listed above, simply place `/label another-label-name` on a line by itself.
-->