Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2818cdb

Browse filesBrowse files
committed
Fix #181: create issue templates
Create GitHub issue templates for bugs and features.
1 parent 13ad4ab commit 2818cdb
Copy full SHA for 2818cdb

File tree

2 files changed

+57
-0
lines changed
Filter options

2 files changed

+57
-0
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.md

Copy file name to clipboard
+33Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us improve semver
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Remove the comments below and adapt it to your needs -->
11+
12+
# Situation
13+
<!-- A clear and concise description of what the bug is. -->
14+
15+
# To Reproduce
16+
<!--
17+
Steps to reproduce the behavior:
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
-->
23+
24+
# Expected Behavior
25+
<!-- A clear and concise description of what you expected to happen. -->
26+
27+
# Environment
28+
- OS: [e.g. Linux, MacOS, Windows, ...]
29+
- Python version [e.g. 3.6, 3.7, ...]
30+
- Version of semver library [e.g. 3.0.0]
31+
32+
# Additional context
33+
<!-- Add any other context about the problem here. -->
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Remove the comments below and adapt it to your needs -->
11+
12+
# Situation
13+
<!-- A clear and concise description of what the feature is.
14+
Ex. I'm always frustrated when [...]
15+
-->
16+
17+
# Possible Solution/Idea
18+
<!-- A clear and concise description of what you want to happen.
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
-->
21+
22+
23+
# Additional context
24+
<!-- Add any other context about the feature request here. -->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.