Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-p-marques authored and yajo committed Apr 16, 2021
1 parent 1c8d05a commit d7b6e76
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Report a bug
title: ""
labels: bug
assignees: ""
---

<!-- Provide a general summary of the issue in the Title above.
Before opening the issue, please check that you are using the latest version of the images and that there isn't another issue adressing the same problem already created -->

## Describe the bug

A clear and concise description of what the bug is.

## To Reproduce

**Affected versions**:

Steps to reproduce the behavior:

1.
2.
3.

**Expected behavior** A clear and concise description of what you expected to happen.

**Additional context** Add any other context about the problem here. (e.g. OS, Docker
version, ...)
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question or general talk
url: https://github.com/Tecnativa/doodba/discussions
about: Please ask and answer questions here.
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
about: Suggest an idea for this project
title: ""
labels: enhancement
assignees: ""
---

**Is your feature request related to a problem?** If so, please provide clear and
concise description of what the problem is.

**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 about the feature request here.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repos:
rev: v4.3.21
hooks:
- id: isort
- repo: https://github.com/prettier/prettier
rev: 1.19.1
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
hooks:
- id: prettier
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
Expand Down

0 comments on commit d7b6e76

Please sign in to comment.