diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7108896d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: πŸ› Bug Report +about: Report an issue to help us improve +title: "" +labels: "" +assignees: "" +--- + +### Description + + + +### Expected Behavior + + + +### Screenshots + + + +### Console log Errors: + + + +### Environment: + +- Operating System: [e.g., Windows, macOS, Linux] +- Browser (if applicable): [e.g., Chrome, Firefox, Safari] +- Version of Software/Project: [e.g., v1.0.0] + +### Checklist + +- [ ] I have read and followed the project's code of conduct. +- [ ] I have searched for similar issues before creating this one. +- [ ] I have provided all the necessary information to understand and reproduce the issue. +- [ ] I am willing to contribute to the resolution of this issue. + +--- + +Thank you for contributing to our project! We appreciate your help in improving it. + +πŸ“š See [contributing instructions](https://github.com/sugarlabs/musicblocks-v4/blob/develop/docs/DEV.md). + +πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Community Matrix Server](https://matrix.to/#/#musicblocksdev:matrix.org). diff --git a/.github/ISSUE_TEMPLATE/chore_task.md b/.github/ISSUE_TEMPLATE/chore_task.md new file mode 100644 index 00000000..2d93ebe0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore_task.md @@ -0,0 +1,30 @@ +--- +name: 🧹Chore or task +about: Identify a necessary task to be addressed. +title: "" +labels: "" +assignees: "" +--- + +### Current Behavior + + + +### Desired Situation + + + +### Checklist + +- [ ] I have read and followed the project's code of conduct. +- [ ] I have searched for similar issues before creating this one. +- [ ] I have provided all the necessary information to understand and reproduce the issue. +- [ ] I am willing to contribute to the resolution of this issue. + +--- + +Thank you for contributing to our project! We appreciate your help in improving it. + +πŸ“š See [contributing instructions](https://github.com/sugarlabs/musicblocks-v4/blob/develop/docs/DEV.md). + +πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Community Matrix Server](https://matrix.to/#/#musicblocksdev:matrix.org). diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md new file mode 100644 index 00000000..cb73f66c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ci.md @@ -0,0 +1,40 @@ +--- +name: πŸ›  Continuous Integration / DevOps +about: Improve or update workflows or other automation +title: "[CI]" +labels: "" +assignees: "" +--- + +#### Current Behavior + + + +#### Desired Behavior + + + +#### Implementation + + + +#### Acceptance Tests + + + +--- + +### Checklist + +- [ ] I have read and followed the project's code of conduct. +- [ ] I have searched for similar issues before creating this one. +- [ ] I have provided all the necessary information to understand and reproduce the issue. +- [ ] I am willing to contribute to the resolution of this issue. + +--- + +Thank you for contributing to our project! We appreciate your help in improving it. + +πŸ“š See [contributing instructions](https://github.com/sugarlabs/musicblocks-v4/blob/develop/docs/DEV.md). + +πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Community Matrix Server](https://matrix.to/#/#musicblocksdev:matrix.org). diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..09cf3f61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: πŸ™‹πŸΎ πŸ™‹πŸΌβ€ Question + url: https://github.com/sugarlabs/musicblocks-v4/discussions/new/choose + about: Submit your question using GitHub Discussions. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000..d6f0389d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,32 @@ +--- +name: πŸ“„ Documentation issue +about: Issues related to documentation. +title: "[Docs]" +labels: "" +assignees: "" +--- + +#### Current State + + + +#### Desired State + + + +--- + +### Checklist + +- [ ] I have read and followed the project's code of conduct. +- [ ] I have searched for similar issues before creating this one. +- [ ] I have provided all the necessary information to understand and reproduce the issue. +- [ ] I am willing to contribute to the resolution of this issue. + +--- + +Thank you for contributing to our project! We appreciate your help in improving it. + +πŸ“š See [contributing instructions](https://github.com/sugarlabs/musicblocks-v4/blob/develop/docs/DEV.md). + +πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Community Matrix Server](https://matrix.to/#/#musicblocksdev:matrix.org). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..54f4c6dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,52 @@ +--- +name: πŸ’‘ Feature request +about: Suggest an enhancement +title: "" +labels: "" +assignees: "" +--- + +### Current Behavior + + + +### Desired Behavior + + + +### Screenshots / Mockups + + + +### Implementation + + + +### Acceptance Tests + + + +### Environment + +- Operating System: [e.g., Windows, macOS, Linux] +- Browser (if applicable): [e.g., Chrome, Firefox, Safari] +- Version of Software/Project: [e.g., v1.0.0] + +### Additional Information + + + +### Checklist + +- [ ] I have read and followed the project's code of conduct. +- [ ] I have searched for similar issues before creating this one. +- [ ] I have provided all the necessary information to understand and reproduce the issue. +- [ ] I am willing to contribute to the resolution of this issue. + +--- + +Thank you for contributing to our project! We appreciate your help in improving it. + +πŸ“š See [contributing instructions](https://github.com/sugarlabs/musicblocks-v4/blob/develop/docs/DEV.md). + +πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Community Matrix Server](https://matrix.to/#/#musicblocksdev:matrix.org). diff --git a/.github/PULL_REQUEST_TEMPLATE/generic.md b/.github/PULL_REQUEST_TEMPLATE/generic.md new file mode 100644 index 00000000..f391a783 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/generic.md @@ -0,0 +1,59 @@ +--- +name: Pull Request +about: Submit changes to the project for review and inclusion +--- + +## Description + + + + +## Related Issue + + + + +This PR fixes # + +## Changes Made + + + + +- Change 1 +- Change 2 +- ... + +## Testing Performed + + + + +- Tested feature X in scenario Y. +- Ran unit tests for component Z. +- Tested on browsers A, B, and C. +- ... + +## Checklist + + + + +- [ ] I have tested these changes locally and they work as expected. +- [ ] I have added/updated tests that prove the effectiveness of these changes. +- [ ] I have updated the documentation to reflect these changes, if applicable. +- [ ] I have followed the project's coding style guidelines. +- [ ] I have addressed the code review feedback from the previous submission, if applicable. + +## Additional Notes for Reviewers + + + + +--- + +Thank you for contributing to our project! We appreciate your help in improving it. + +πŸ“š See [contributing instructions](https://github.com/sugarlabs/musicblocks/blob/master/README.md). + +πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Community Matrix Server](https://matrix.to/#/#musicblocksdev:matrix.org).