Branch was updated using the 'autoupdate branch' Actions workflow.
This commit is contained in:
@@ -16,6 +16,8 @@ You can create custom issue forms by adding a YAML form definition file to the `
|
||||
|
||||
When a contributor fills out an issue form, their responses for each input are converted to markdown and added to the body of an issue. Contributors can edit their issues that were created with issue forms and other people can interact with the issues like an issue created through other methods.
|
||||
|
||||
Issue forms are not supported for pull requests. You can create pull request templates in your repositories for collaborators to use. For more information, see "[Creating a pull request template for your repository](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository)."
|
||||
|
||||
This example YAML configuration file defines an issue form using several inputs to report a bug.
|
||||
|
||||
{% data reusables.community.issue-forms-sample %}
|
||||
@@ -143,9 +145,9 @@ body:
|
||||
- **Node**: 13.14.0
|
||||
- **npm**: 7.6.3
|
||||
value: |
|
||||
- OS:
|
||||
- Node:
|
||||
- npm:
|
||||
- OS:
|
||||
- Node:
|
||||
- npm:
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
@@ -154,7 +156,7 @@ body:
|
||||
label: Anything else?
|
||||
description: |
|
||||
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||
|
||||
|
||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user