Skip to content

Commit

Permalink
Merge pull request #671 from and-voila/srizvi/issue661
Browse files Browse the repository at this point in the history
chore: update issues templates #661
  • Loading branch information
srizvi authored Jan 25, 2024
2 parents 9fc8520 + 38166f3 commit c3b1d56
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Code owners for And Voila
* @ambi-dar @rradice13 @srizvi
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/project_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: 🛠 Project Issue
description: Got a project issue? Let's sort it out.
title: 'issue: '
labels: ['🔧 project issue']
assignees: ['srizvi']
body:
- type: markdown
attributes:
value: |
Hey team, let's get this sorted.
- type: textarea
attributes:
label: What's up?
description: Give us the lowdown. Why's this an issue?
validations:
required: true
- type: textarea
attributes:
label: What's the plan?
description: Got a solution in mind? Share it here.
validations:
required: true
- type: textarea
attributes:
label: What's the current state of play?
description: Any other info or links? Pop them here.
validations:
required: true
- type: textarea
attributes:
label: What's the goal?
description: What are we aiming for? Let's visualize the win.
validations:
required: true
66 changes: 66 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
- name: '🚧 blocked'
color: 'D93F0B'
description: 'This issue is blocked by something else'
- name: '🏗️ build'
color: 'FEF2C0'
description: 'Changes that affect the build system or external dependencies.'
- name: '🔧 chore'
color: '420663'
description: 'Regular code maintenance.'
- name: '📝 content'
color: 'E99695'
description: 'Issues related to creating or updating content.'
- name: '❌ decided against'
color: 'B60205'
description: 'Stuff that we reviewed and decided not to do'
- name: '🔗 dependencies'
color: 'cfd3d7'
description: 'Pull requests that update a dependency file.'
- name: '📚 docs'
color: 'E99695'
description: 'For issues related to the docs site.'
- name: '📖 documentation'
color: 'F9D0C4'
description: 'Improvements or additions to documentation.'
- name: '🔍 dupe'
color: 'FEF2C0'
description: 'This issue or pull request already exists.'
- name: '✨ feat'
color: 'C2E0C6'
description: 'New feature or request.'
- name: '🔨 fix'
color: 'D93F0B'
description: "Something isn't working."
- name: '🙋 help'
color: 'BFDADC'
description: 'Extra attention is needed.'
- name: '💡 idea'
color: 'C5DEF5'
description: 'A possible idea or for future reference.'
- name: '⚡ perf'
color: 'C5DEF5'
description: 'A code change that improves performance.'
- name: '📝 planning'
color: '46FD25'
description: 'For research, scoping, and planning tasks'
- name: '🔧 project issue'
color: 'D93F0B'
description: 'Issues related to project management or organization.'
- name: '🔧 refactor'
color: 'D4C5F9'
description: 'A code change that neither fixes a bug nor adds a feature.'
- name: '🔖 reference'
color: '5319E7'
description: 'Something to review or consider in the future.'
- name: '↩️ revert'
color: 'B60205'
description: 'Reverts a previous commit.'
- name: '🎨 style'
color: 'D9FDB3'
description: 'Changes that do not affect the meaning of the code.'
- name: '🧪 test'
color: '068E45'
description: 'Adding missing or correcting existing tests.'
- name: '❌ wontfix'
color: 'ffffff'
description: 'This will not be worked on'

0 comments on commit c3b1d56

Please sign in to comment.