Skip to content

Commit

Permalink
New Main release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfer authored Aug 1, 2024
2 parents 0cde244 + 4051502 commit 3bcf89a
Show file tree
Hide file tree
Showing 84 changed files with 4,867 additions and 6,946 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Bug: <title>'
labels: bug,'review needed'
assignees: ''
---

## Describe the bug

<!--
A clear and concise description of what the bug is.
-->

## Expected behavior

<!--
A clear and concise description of what you expected to happen.
-->

## To Reproduce

<!--
Steps to reproduce the behavior:
-->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Screenshots

<!--
If applicable, add screenshots to help explain your problem.
-->

## Additional context

<!--
Add any other context about the problem here.
-->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'Request: <title>'
labels: 'review needed'
assignees: ''
---

## 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 the solution you'd like

<!--
A clear and concise description of what you want to happen.
-->

## Describe alternatives you'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.
-->
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
**Please remember to always target `dev` in your pull requests.**
**Please keep pull requests light. They will be easier to merge.**
-->

## Title

<!--
Provide a succinct and descriptive title for the pull request, e.g., "Improve caching mechanism for API calls"
-->

## Type of Change

- [ ] New feature
- [ ] Bug fix
- [ ] Documentation update
- [ ] Refactoring
- [ ] Hotfix
- [ ] Security patch
- [ ] UI/UX improvement

## Description

<!--
New feature, Bug fixing, or Improvement?
Please include a summary of the change and which issue is fixed. Also include relevant motivation and context.
-->

## Related issue(s)

- #X

## Check list

- [ ] Related issue / work item is attached
- [ ] Changes are tested
- [ ] Tests are written (if applicable)
- [ ] Documentation is updated (if applicable)
Loading

0 comments on commit 3bcf89a

Please sign in to comment.