diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..a6682aeb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,26 @@ +--- +name: "Report a Bug \U0001F41B" +about: "Is Solara not working the way you expect it to?" +--- + + + +## Expected Behavior + + +## Current Behavior + + +## Steps to Reproduce the Problem + + + + 1. + 2. + 3. + +## Specifications + + - Solara Version: + - Platform: + - Affected Python Versions: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..63c9d8f35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: "Feature Request \U0001F680" +about: Suggest an improvement! +title: 'Feature Request:' +labels: 'enhancement' +assignees: '' +--- + +## Feature Request + +- [ ] The requested feature would break current behaviour +- [ ] I would be interested in opening a PR for this feature + +### What problem would this feature solve? Please describe. +A clear and concise description of what the problem is. Ex. I have an issue when [...] + +### Describe the solution you'd like +A clear and concise description of the feature, and how it would solve the problem. Add any considered drawbacks. + +### Documentation, Migration Strategy +If you can, explain how users will be able to use this and possibly write a draft version for related documentation. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..272f5bfa8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +### All Submissions: + + + +* [ ] I installed `pre-commit` prior to committing my changes (see [development setup docs](https://solara.dev/documentation/advanced/development/setup#contributing)). +* [ ] My commit messages conform to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). +* [ ] My PR title conforms to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). +* [ ] I linked to any relevant issues. + +### Changes to / New Features: + +* [ ] I included docs for (the changes to) my feature. +* [ ] I wrote tests for (the changes to) my feature. + +### Description of changes + +