Skip to content

Commit c59bffc

Browse files
authored
Merge pull request #37 from unixorn/update-issue-templates
Tweak formatting in issue templates
2 parents 3e5cca1 + 7f178dc commit c59bffc

File tree

4 files changed

+62
-61
lines changed

4 files changed

+62
-61
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
10+
## Describe the bug
1111
A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
@@ -17,15 +17,15 @@ Steps to reproduce the behavior:
1717
3. Scroll down to '....'
1818
4. See error
1919

20-
**Expected behavior**
20+
## Expected behavior
2121
A clear and concise description of what you expected to happen.
2222

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

26-
**Desktop (please complete the following information):**
26+
## Desktop (please complete the following information):
2727
- OS: [e.g. iOS]
2828
- Version [e.g. 22]
2929

30-
**Additional context**
30+
## Additional context
3131
Add any other context about the problem here.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ assignees: ''
77

88
---
99

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

13-
**Describe the solution you'd like**
13+
## Describe the solution you'd like
1414
A clear and concise description of what you want to happen.
1515

16-
**Describe alternatives you've considered**
16+
## Describe alternatives you've considered
1717
A clear and concise description of any alternative solutions or features you've considered.
1818

19-
**Additional context**
19+
## Additional context
2020
Add any other context or screenshots about the feature request here.

Diff for: poetry.lock

+53-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lima-plugin"
3-
version = "1.3.3"
3+
version = "1.4.0"
44
description = "Xbar and Swiftbar plugin to control lima"
55
authors = ["Joe Block <[email protected]>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)