Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bug report

---

# Describe the bug

<!-- Concise description of the bug -->

# Steps to reproduce

<!-- You can provide a snippet that reproduces the bug -->


**Additional context**

<!-- Any extra information related to the bug (if any) -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
title: FEAT - Give a title to the feature request
---

# Description of the feature

<!-- Describe the feature. for instance, is it related a problem? -->


# Considered alternatives

<!-- List the considered alternative (if any) -->


**Additional context**

<!-- Any extra information related to requested feature (if any) -->
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Context of the PR

<!--
Is the PR meant to fix a bug? implement a new feature...
Any detail to be able to relate the PR changes
-->

# Contributions of the PR

<!-- List the contribution of the PR -->


### Checks before merging PR

- [ ] added documentation for any new feature
- [ ] added unittests
- [ ] edited the [what's new](../doc/changes/whats_new.rst)(if applicable)