Skip to content

Commit

Permalink
Merge pull request #194 from AlexanderZeilmann/master
Browse files Browse the repository at this point in the history
Update bug & feature request templates
  • Loading branch information
fmarotta authored Dec 15, 2021
2 parents fcf4652 + 6dbebc9 commit 31deae7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
32 changes: 14 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,38 @@
---
name: Bug report
about: Create a report to help us improve

---


<!--
### Prerequisites
* [ ] Put an X between the brackets on this line if you have done all of the following:
* Check that you are using the latest version of kaobook.
* Check that your issue isn't already filed: https://github.com/fmarotta/kaobook/issues
Before reporting a bug please make sure
* that you are using the latest version of kaobook,
* and that your issue isn't already filed: https://github.com/fmarotta/kaobook/issues.
-->

### Description

[Description of the issue]
<!-- Description of the issue -->

### Minimal Working Example
[You can use the following document to help you create a minimal working example.]
```
<!-- You can use the following document to help you create a minimal working example. -->

```latex
\documentclass{kaobook}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{kaobiblio}
\usepackage{kaotheorems}
\usepackage{kaorefs}
\begin{document}
\title{Bug Report}
\author{Author}
\date{\today}
\frontmatter
\KOMAoptions{twoside=semi}
\maketitle
\KOMAoptions{twoside=false}
\mainmatter
\setchapterstyle{kao}
Expand All @@ -47,11 +42,12 @@ about: Create a report to help us improve
\end{document}
```

**Expected behavior:** [What you expect to happen]
**Expected behavior:**
<!-- What you expect to happen-->

**Actual behavior:** [What actually happens. Feel free to include the logfile or screenshots of your document]
**Actual behavior:**
<!-- What actually happens. Feel free to include the log-file or screenshots of your document-->


### Additional Information

[Any relevant additional information]
<!-- Any relevant additional information -->
10 changes: 3 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project

---

## Summary

[One sentence explanation of the feature.]
<!-- One sentence explanation of the feature. -->

## Details

[What exactly should be done? What use cases does it support? What is the expected outcome?]
<!-- What exactly should be done? What use cases does it support? What is the expected outcome? -->

## Additional context

[Add any other context or screenshots about the feature request here.]
<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 31deae7

Please sign in to comment.