-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update contribution guide and issue template
- Loading branch information
Showing
3 changed files
with
77 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,58 @@ | ||
name: 'Docs or aiblock.dev Bug Report' | ||
description: Report an issue in aiblocks documentation or aiblock.dev application | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the problem that you experienced | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: affected-url | ||
attributes: | ||
label: Enter the URL of the topic with the problem | ||
|
||
- type: textarea | ||
id: documentation-goal | ||
attributes: | ||
label: Describe what you were looking for in the documentation | ||
|
||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Describe the actions that led you to experience the problem | ||
|
||
- type: textarea | ||
id: expected-vs-actual-behavior | ||
attributes: | ||
label: Describe what you want to experience that would fix the problem | ||
|
||
- type: textarea | ||
id: screenshot | ||
attributes: | ||
label: Add a screenshot if that helps illustrate the problem | ||
|
||
- type: textarea | ||
id: exception-or-error | ||
attributes: | ||
label: If this problem caused an exception or error, please paste it here | ||
render: true | ||
placeholder: | | ||
``` | ||
Paste the exception or error here inside a markdown code block, | ||
which is annotated by three grave \(`\) characters before and after the text block. | ||
``` | ||
- type: textarea | ||
id: browser-info | ||
attributes: | ||
label: If the problem is browser-specific, please specify the device, OS, browser, and version | ||
render: true | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Provide any additional information here in as much as detail as you can | ||
render: true |
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 @@ | ||
blank_issues_enabled: false |
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