Skip to content

Commit

Permalink
split bug and feature issue templates into two
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed Nov 17, 2020
1 parent a5f22f6 commit d21e82e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name: Bug report
about: Create a report to help us improve
title: '[Bug report] please put your title here'
labels: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
Describe the bug, and paste the executed code and the resulting output. If you think it is helpful, you can also talk about the expected behaviour. If applicable, add screenshots to help explain the problem.
Describe the bug, ideally paste the executed code and the resulting output. If you think it is helpful, also describe the expected behaviour. If applicable, add screenshots to help explain the problem.

**Your System (please complete the following information):**
**Your System (please complete the following information when it seems relevant):**
- Operating system: [e.g. macOS 10.15.4, Windows 10, ...]
- COCO version: [e.g. 2.2.1 (according to `cocopp.__version__`), from the `development` branch, ...]
- Browser (if relevant): [e.g. chrome, safari]
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature request
about: Create a request to help us improve
title: '[Feature request] please put your title here'
labels: 'Feature-request'
assignees: ''

---

**Describe the feature**
Describe what is missing and why this is relevant. If you think it is helpful, you can also specify the expected behaviour.

0 comments on commit d21e82e

Please sign in to comment.