Skip to content

Commit

Permalink
Create Github issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Mulligan <billmulligan516@gmail.com>
  • Loading branch information
xmulligan committed Aug 18, 2022
1 parent 9652064 commit 6e3f82a
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Design Bug Report
about: Found something which looks wrong in the ebpf.io website design?
---

### Page(s) Affected
<!--
Please list the page or pages this bug is present on. Please file one issue
for each bug you find. Only file an issue for a multi-page bug if the bug is
indeed the *same* bug, across the pages.
-->

### What Needs To Be Fixed?
<!--
Tell us what is causing the issue and (if possible) *how* it is causing the
issue. For example, "The lowercase g (in 'Getting') overlaps with the l
(in 'development').".
-->

### Suggested Improvement
<!--
(optional) Do you have a suggestion for how to fix the problem? Include your
ideas here.
-->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/content_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Incorrect Content
about: Found a typo? Is content out of date? Need a clarification?
---

### What Needs To Be Fixed?
<!--
Tell us what content is causing the issue and *how* it is causing the issue. For
example, "The code sample didn't work on my kernel",
or "The call to action on the community page was vague".
-->

### Page(s) Affected
<!--
Please list the page or pages this bug is present on. Please file one issue
for each bug you find. Only file an issue for a multi-page bug if the bug is
indeed the *same* bug, across the pages.
-->

### Suggested Improvement
<!--
(optional) Do you have a suggestion for how to fix the problem? Include your
ideas here.
-->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Feature Request
about: Would you like to add something to the ebpf.io website?
---

### Summary
<!--
One paragraph explanation of the design you'd like to see added.
-->

### Motivation
<!--
Why are we doing this? What use cases does it support? What is the
expected outcome?
-->

### Rationale and Alternatives
<!--
- Why is this design the best in the space of possible designs?
- What other designs have been considered and what is the rationale for not
choosing them?
- What is the impact of not doing this?
-->

### Unresolved Questions
<!--
What related issues do you consider out of scope for this feature that could be
addressed in the future independently of the solution that comes out of this
feature?
-->

0 comments on commit 6e3f82a

Please sign in to comment.