-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapted from https://github.com/hlissner/doom-emacs
- Loading branch information
Showing
2 changed files
with
37 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,36 @@ | ||
Here are some things you should try before filing a bug report: | ||
|
||
+ 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. | ||
+ For build problems, check https://github.com/MaskRay/ccls/wiki/Build | ||
+ Check https://github.com/MaskRay/ccls/wiki/Debugging | ||
+ Check [the FAQ](https://github.com/MaskRay/ccls/wiki/FAQ) to see if your issue is mentioned. | ||
|
||
If none of those help, remove this section and fill out the four sections in the template below. | ||
|
||
--- | ||
|
||
### Observed behavior | ||
|
||
Describe what happened. Any aids you can include (that you think could be relevant) are a tremendous help. | ||
|
||
* `compile_commands.json` or `.ccls` ([wiki/Project-Setup](https://github.com/MaskRay/ccls/wiki/Project-Setup)) | ||
* Reduce to A minimal set of `.c` `.cc` `.h` `.hh` files that can still demonstrate the issue. | ||
* Consider a screencast gif. | ||
|
||
### Expected behavior | ||
|
||
Describe what you expected to happen. | ||
|
||
### Steps to reproduce | ||
|
||
1. Select these example steps, | ||
2. Delete them, | ||
3. And replace them with precise steps to reproduce your issue. | ||
|
||
### System information | ||
|
||
* ccls version (`git describe --tags --long`): | ||
* clang version: | ||
* OS: | ||
* Editor: | ||
* Language client (and version): |
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ build | |
debug | ||
release | ||
/compile_commands.json | ||
!.github/ |