Skip to content

Commit

Permalink
chore(integrations): Complete integration with GitHub issue templates. (
Browse files Browse the repository at this point in the history
#5)

- Add frontmatter sections for existing issue templates to automatically
pre-fill template data.
  • Loading branch information
mango-habanero authored Apr 21, 2024
1 parent 46619ec commit e9989a8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Create a bug report.
title: "[DATE]: [BUG]"
labels: bug
assignees: 'PhilipWafula'

---

## Description
Please provide a detailed description of the issue. Include what you expected to happen and what actually happened.

Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Feature request
about: Suggest an idea for this project.
title: '[DATE]: [FEATURE REQUEST]'
labels: feature
assignees: 'PhilipWafula'

---

## Feature Description
Please provide a concise and clear description of the feature you propose. Explain the value this feature will add to the project, or the problem it will solve.

Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Refactor request
about: Suggest reorganization of the code base to streamline some functionality.
title: "[DATE]: [REFACTOR]"
labels: refactor
assignees: 'PhilipWafula'

---

## Description
Please provide a clear and concise description of the refactoring changes you have made. Explain why these changes are necessary and how they improve the codebase.

Expand Down

0 comments on commit e9989a8

Please sign in to comment.