Skip to content

Commit

Permalink
chore: add issue and pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Nov 12, 2024
1 parent 1938706 commit dc9e03e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
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:
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
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 -->

0 comments on commit dc9e03e

Please sign in to comment.