forked from widgetti/solara
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue and pull request templates
- Loading branch information
1 parent
1938706
commit dc9e03e
Showing
3 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: "Report a Bug \U0001F41B" | ||
about: "Is Solara not working the way you expect it to?" | ||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
|
||
## Expected Behavior | ||
|
||
|
||
## Current Behavior | ||
|
||
|
||
## Steps to Reproduce the Problem | ||
<!--- Provide a link to a live example, for example via [PyCafe](https://py.cafe), and/or an unambiguous --> | ||
<!--- set of steps to reproduce this bug. Include code, if relevant --> | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Specifications | ||
|
||
- Solara Version: | ||
- Platform: | ||
- Affected Python Versions: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### All Submissions: | ||
|
||
<!-- You can erase any parts not applicable to your Pull Request. --> | ||
|
||
* [ ] 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 | ||
|
||
<!-- Describe the changes in this PR --> |