Skip to content

Commit

Permalink
Merge pull request #61 from SimonFrings/issue-template
Browse files Browse the repository at this point in the history
Add issue tempaltes
  • Loading branch information
clue authored Jun 14, 2022
2 parents c28b63c + 0489f99 commit 42a2098
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Bug report
about: Found a bug in our project? Create a report to help us improve.
labels: bug
---

<!-- Add enough information so we can understand your problem -->

```php
// Please add code examples if possible, so we can reproduce your steps
```
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Upstream GraphViz
url: https://www.graphviz.org/
about: 'If you want to report anything to the upstream GraphViz project, see also the GraphViz website:'
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: You have ideas to improve our project? Create a new issue and tell us about it.
labels: new feature
---

<!-- Explain your idea and how it will improve this project -->

<!-- Tell us your motivation behind your request -->

```php
// Do you have an idea how this could look in code?
// Share a snippet or some pseudo code to help us understand.
```

0 comments on commit 42a2098

Please sign in to comment.