-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create issue template * Ask for OS * Update bug_report.md
- Loading branch information
Ben Iofel
authored
Mar 24, 2020
1 parent
92770ea
commit e655c21
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Software** | ||
OS and version (e.g. Ubuntu 20.04): | ||
Code editor (e.g. VSCode): | ||
Vala Language Server (e.g. git commit, or PPA/AUR version): | ||
Vala version (`valac --version`): | ||
|
||
**To Reproduce** | ||
Source code repo: | ||
|
||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error |