Use Issue and Pull Request Templates
Some projects have a standard list of questions that users need to answer when creating an issue or pull request. STACKIT Git supports adding templates to the default branch of the repository so that they can autopopulate the form when users are creating issues and pull requests. This will cut down on the initial back and forth of getting some clarifying details.
URL Suffix
Section titled “URL Suffix”Additionally, the New Issue page URL can be suffixed with
URL-Suffix
?title=Issue+Title&body=Issue+Textand the form will be populated with those strings.
Those strings will be used instead of the template if there is one.