Skip to content

Commit 4047db2

Browse files
committed
Add .github/ISSUE_TEMPLATE
Adapted from https://github.com/hlissner/doom-emacs
1 parent 74432a6 commit 4047db2

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Here are some things you should try before filing a bug report:
2+
3+
+ For client issues related to [emacs-ccls](https://github.com/MaskRay/emacs-ccls) or [vscode-ccls](https://github.com/MaskRay/vscode-ccls), report in their own repository.
4+
+ For build problems, check https://github.com/MaskRay/ccls/wiki/Build
5+
+ Check https://github.com/MaskRay/ccls/wiki/Debugging
6+
+ Check [the FAQ](https://github.com/MaskRay/ccls/wiki/FAQ) to see if your issue is mentioned.
7+
8+
If none of those help, remove this section and fill out the four sections in the template below.
9+
10+
---
11+
12+
### Observed behavior
13+
14+
Describe what happened. Any aids you can include (that you think could be relevant) are a tremendous help.
15+
16+
* `compile_commands.json` or `.ccls` ([wiki/Project-Setup](https://github.com/MaskRay/ccls/wiki/Project-Setup))
17+
* Reduce to A minimal set of `.c` `.cc` `.h` `.hh` files that can still demonstrate the issue.
18+
* Consider a screencast gif.
19+
20+
### Expected behavior
21+
22+
Describe what you expected to happen.
23+
24+
### Steps to reproduce
25+
26+
1. Select these example steps,
27+
2. Delete them,
28+
3. And replace them with precise steps to reproduce your issue.
29+
30+
### System information
31+
32+
* ccls version (`git describe --tags --long`):
33+
* clang version:
34+
* OS:
35+
* Editor:
36+
* Language client (and version):

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build
33
debug
44
release
55
/compile_commands.json
6+
!.github/

0 commit comments

Comments
 (0)