-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
246 additions
and
134 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 |
---|---|---|
@@ -1,38 +1,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
title: '🐛 bug: ' | ||
labels: 'bug' | ||
assignees: 'mauroerta' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
## Describe the bug | ||
|
||
> A clear and concise description of what the bug is. | ||
## To Reproduce | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
|
||
1. Set the theme '...' | ||
2. Call this method '....' | ||
3. Run the test '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
## Expected behavior | ||
|
||
> A clear and concise description of what you expected to happen. | ||
## Screenshots | ||
|
||
> If applicable, add screenshots to help explain your problem. | ||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
## Environment | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
- Packages: [e.g. @morfeo/core v1.0, @morfeo/react v1.0] | ||
- OS: [e.g. iOS, MacOS, Windows] | ||
- Platform: [e.g. chrome, safari, iOS (React Native)] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
## Additional context | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
> Add any other context about the problem here. |
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 |
---|---|---|
@@ -1,20 +1,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
title: '✨ feat: ' | ||
labels: '' | ||
assignees: '' | ||
assignees: 'mauroerta' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
## 🤔 Problem | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
> Is your feature request related to a problem? Please describe. | ||
> A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
## 🚑 Solution | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
> A clear and concise description of the solution you'd like. | ||
## 💡 Alternatives I've considered | ||
|
||
> A clear and concise description of any alternative solutions or features you've considered. | ||
## 📝 Additional context | ||
|
||
> Add any other context or screenshots about the feature request here. |
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 |
---|---|---|
@@ -1,27 +1,29 @@ | ||
## Proposed changes | ||
# Proposed changes | ||
|
||
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. | ||
> Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. | ||
## Types of changes | ||
|
||
What types of changes does your code introduce to morfeo? | ||
_Put an `x` in the boxes that apply_ | ||
> What types of changes does your code introduce to morfeo? | ||
> _Put an `x` in the boxes that apply_ | ||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation Update (if none of the other choices apply) | ||
- [ ] 🐛 Bugfix (non-breaking change which fixes an issue) | ||
- [ ] ✨ New feature (non-breaking change which adds functionality or enhancements) | ||
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] ✅ Tests (added tests for an existing feature) | ||
- [ ] 📚 Documentation Update (if none of the other choices apply) | ||
- [ ] 🙌 Other (please, write a clear and concise description of the proposal in the section above) | ||
|
||
## Checklist | ||
|
||
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ | ||
> _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ | ||
- [ ] I have read the [CONTRIBUTING](https://github.com/VLK-STUDIO/morfeo/blob/main/CONTRIBUTING.md) doc | ||
- [ ] Lint and unit tests pass locally with my changes | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have added necessary documentation (if appropriate) | ||
- [ ] Any dependent changes have been merged and published in downstream modules | ||
- [ ] 👀 I have read the [CONTRIBUTING](https://github.com/VLK-STUDIO/morfeo/blob/main/CONTRIBUTING.md) doc | ||
- [ ] ✅ Lint and unit tests pass locally with my changes | ||
- [ ] 🧪 I have added tests that prove my fix is effective or that my feature works | ||
- [ ] 📚 I have added necessary documentation (if appropriate) | ||
- [ ] 🔀 Any dependent changes have been merged and published in downstream modules | ||
|
||
## Further comments | ||
|
||
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... | ||
> If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... |
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
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
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
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
Oops, something went wrong.