diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..fc31d181 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Code owners for And Voila +* @ambi-dar @rradice13 @srizvi \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/project_issue.yml b/.github/ISSUE_TEMPLATE/project_issue.yml new file mode 100644 index 00000000..1df3af2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/project_issue.yml @@ -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 diff --git a/.github/labels.yml b/.github/labels.yml new file mode 100644 index 00000000..6587e1e2 --- /dev/null +++ b/.github/labels.yml @@ -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'