Skip to content

chore: add issue templates #49

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 🐛 Bug report
labels: 'bug'
about: Create a report to help us improve
---

## 🐛 Bug Report

(A clear and concise description of what the bug is.)

## To Reproduce

Steps to reproduce the behavior:

## Expected behavior

(A clear and concise description of what you expected to happen.)

## Link to repro (highly encouraged)

(Please provide either a [CodeSandbox demo](https://codesandbox.io) or an example GitHub repo.)

## Environment

- `reframe` v0.x.x
- `@reframe/cli` v0.x.x
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 🚀 Feature Proposal
labels: 'enhancement'
about: Submit a proposal for a new feature
---

## 🚀 Feature Proposal

(A clear and concise description of what the feature is.)

## Motivation

(Please outline the motivation for the proposal.)

## Example

(Please provide an example for how this feature would be used.)
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: 🤓 Question
labels: 'question'
about: Ask the maintainers (as a last resort)
---

## 🤓 Question

(You _must_ search the issues before asking your question. Consider asking in [the official Discord chat](https://discordapp.com/invite/kqXf65G) and/or [Stack Overflow](https://stackoverflow.com) first.)