Skip to content

Commit

Permalink
add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapacan committed Mar 30, 2024
1 parent 5b5bdf1 commit f635820
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ['bug']
assignees:

---

## Outline of the bug

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

### Logs

<!--
The logs of the bug or all technical information.
Can be logs, stacktrace or any other technical information
-->

### How to encounter/reproduce bug

<!--
How to reproduce the bug.
List all steps to recreate the bug
-->

### Expected behavior

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

### Screenshots

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

### Additional context

<!--
Add any other context about the problem here.
-->

### Versions (please complete the following information):
- hardware: [e.g. raspberry pi]
- OS: [e.g. macos]
- cargo: [e.g. 1.77.1]
- rustc: [e.g. 1.77.1]
- docker: [e.g. 24.0.7]
- livebox: [e.g. 6]
- etc if necessary...
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Description

<!--
Include a summary of the change and which issue is fixed. Also include relevant motivation and context.
-->

Fix: <!-- Reference to a ongoing issue if needed-->

## Type of change

- [ ] Bug fix (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
- [ ] Test update
- [ ] Dependencies update

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes

0 comments on commit f635820

Please sign in to comment.