Skip to content

Commit

Permalink
Add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv authored Nov 23, 2023
1 parent fe5449e commit 7cfa9e7
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: "[bug] Concise description of your bug"
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Paste here a [MWE](https://tex.meta.stackexchange.com/q/228/7561) using the template and explain the error below.

1. Add package '...'
2. Compile with '...'
3. See error '...'

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Ubuntu]
- IDE [e.g. TeXStudio, VS Code]
- `pdflatex` Version [output of `pdflatex --version`]
- Template version [e.g. commit SHA or tag you use to download the template]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[request] Short description of your request"
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**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 or screenshots about the feature request here.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Question
about: A question about the template or its usage
title: "[question] A one-line version of your question"
labels: ''
assignees: ''

---

**Description**
A clear and concise description of your question.

<!-- Delete the items that are irrelevant to you -->
**Context**
Provide some context to your question. What problem are you trying to solve?

**What You've Tried**
What have you already tried? Provide a detailed list of your attempts to solve the problem.

**Screenshots or Code Snippets**
If possible, provide any relevant screenshots or a [MWE](https://tex.meta.stackexchange.com/q/228/7561) to help explain your question.

**Expected Outcome**
What do you expect the outcome of your question to be?

**Additional Information**
Add any other relevant information about your question here, such as any constraints or limitations that may affect the solution that you're searching for.

**Possible Solutions**
If you have any ideas on how to solve the problem, feel free to include them here.

0 comments on commit 7cfa9e7

Please sign in to comment.