Skip to content

Add issue templates #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2021
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Something is not working
labels: bug
---

<!-- Thanks for taking the time to report a bug -->
<!-- Fill in all entries in this template to make the process as efficient as possible for everyone involved -->

**Describe the issue**
<!-- Please include steps to reproduce your issue, provide example code snippets if possible -->

**Expected behaviour**
<!-- What did you expect to happen instead -->

**Technical Details**
<!-- Please provide us with some technical details in case we have to reproduce the issue ourselves -->
*stdlib version*
<!-- latest version is subject to change, copy the commit hash here (git show-ref HEAD) -->

*Compiler version*
<!-- e.g. GCC 10.2, Intel Fortran classic 21.1, ... -->

*Platform and Architecture*
<!-- e.g. Windows 10/x86_64, MacOS/aarch64, ... -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/02_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Proposal
about: An idea for a new feature
labels: idea
---

<!-- Thanks for proposing a new feature for stdlib -->

**Description**
<!-- Please describe the feature, please provide examples -->
<!-- Use codefences (```) to add literal codeblocks for examples -->

**Prior Art**
<!-- Are there projects implementing the proposed functionality already -->