-
-
Notifications
You must be signed in to change notification settings - Fork 7
Add proper issue template for bug reports #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0ccd117
fix #94
farooqkz 4d2802f
change the joke so people can better understand it, change DC version…
farooqkz 7706ea2
change contact for security bugs to Delta instead
farooqkz 9a5a7a9
explain what testcases should be
farooqkz 8a2d68e
Update .github/ISSUE_TEMPLATE/config.yaml
farooqkz 985368b
Update .github/ISSUE_TEMPLATE/1-bug.yaml
farooqkz 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 hidden or 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,39 @@ | ||
| name: Bug report | ||
| description: Message parser doesn't parse right | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: Thanks for helping to improve DeltaChat! Please fill information below to make it easier to us to understand and solve the issue. | ||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: Message parser version or commit | ||
| placeholder: v0.0.0 | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Explaination | ||
| description: Explain about the bug. Optionally explain why do you think it's a bug. Like is it out of sync with some spec? | ||
| validations: | ||
| required: true | ||
| - type: markdown | ||
| attributes: | ||
| value: Each testcase should ideally be a text sample as input, the expected and the actual AST. You can take a look at already existing tests. | ||
farooqkz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - type: textarea | ||
| id: testcase_0 | ||
| attributes: | ||
| label: Testcase 0 | ||
| description: Optionally provide a testcase | ||
| - type: textarea | ||
| id: testcase_1 | ||
| attributes: | ||
| label: Testcase 1 | ||
| description: Optionally provide a testcase | ||
| - type: textarea | ||
| id: testcase_2 | ||
| attributes: | ||
| label: Testcase 2 | ||
| description: Optionally provide a testcase | ||
This file contains hidden or 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,5 @@ | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: DeltaChat | ||
| url: mailto:delta@merlinux.eu | ||
| about: Report security bugs to the team |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.