This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Issue template for Synapse #2413
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ | ||
<!-- | ||
|
||
**IF YOU HAVE SUPPORT QUESTIONS ABOUT RUNNING OR CONFIGURING YOUR OWN HOME SERVER**: | ||
You will likely get better support more quickly if you ask in ** #matrix:matrix.org ** ;) | ||
|
||
|
||
This is a bug report template. By following the instructions below and | ||
filling out the sections with your information, you will help the us to get all | ||
the necessary data to fix your issue. | ||
|
||
You can also preview your report before submitting it. You may remove sections | ||
that aren't relevant to your particular case. | ||
|
||
Text between <!-- and --> marks will be invisible in the report. | ||
|
||
--> | ||
|
||
### Description | ||
|
||
Describe here the problem that you are experiencing, or the feature you are requesting. | ||
|
||
### Steps to reproduce | ||
|
||
- For bugs, list the steps | ||
- that reproduce the bug | ||
- using hyphens as bullet points | ||
|
||
Describe how what happens differs from what you expected. | ||
|
||
### Version information | ||
|
||
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> | ||
|
||
- **Homeserver**: was this issue identified on matrix.org or another homeserver? | ||
- **Platform**: tell us about the environment in which your homeserver is operating | ||
- distro, hardware, if it's running in a vm/container, etc. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would add the version of the running instance (if known). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed; thanks. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Include some text to ask for log snippets. It's hard to troubleshoot issues without stacktraces or any indication as to what is going on. Similar to the "please screenshot it" in Riot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I stopped short of asking for logs since we've got no secure way to receive them (other than via Riot itself), but we could ask for 'relevant log snippets' if the user is able to provide them.
Ideally we'd also expose the rageshake server to receive logs securely, but that will need time to develop :)