diff options
| author | JF <JF002@users.noreply.github.com> | 2021-10-09 20:00:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 20:00:52 +0200 |
| commit | 1d0943bb30d4e765d266f520fbb6491e3f0a6ef5 (patch) | |
| tree | d800bc4323b0a6a541e10fd37e882013e5a8d689 | |
| parent | 5689898a5a01f98090f03671f0bf85bbf03478bd (diff) | |
| parent | 4f7c675ae3dac0a3d47a0c58d9481f080d53092d (diff) | |
Merge pull request #729 from InfiniTimeOrg/Avamander-patch-1
Removed the title prefix from issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 31b5e272..092ef909 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,6 +1,6 @@ name: Feature Request description: File a feature request -title: "[Feature Request]: " +title: "" labels: ["feature request"] body: - type: markdown |
