Skip to content
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

enh: create an issue template #173

Merged
merged 1 commit into from
Apr 26, 2024
Merged
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

## Describe the bug

Describe what the bug is, how it happens, and maybe paste a backtrace if you could get one.

## To Reproduce

If you are **pretty sure** about the cause, or you are **pretty sure** it's a easy fix, or you are **pretty sure** it can be easily reproduced by developers, you can delete this section. Otherwise, write steps to reproduce, and it should start by `$ emacs -Q`.

Steps to reproduce:

1. `$ emacs -Q`
2. ...

## System information

- OS:
- Emacs version:
- Are you using the latest version of Citre on master branch:

## Additional context

Add any other context about the problem here.
Loading