diff --git a/.gitea/ISSUE_TEMPLATE/2 b/.gitea/ISSUE_TEMPLATE/2 new file mode 100644 index 0000000..e69de29 diff --git a/.gitea/ISSUE_TEMPLATE/2.yml b/.gitea/ISSUE_TEMPLATE/2.yml new file mode 100644 index 0000000..e69de29 diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yml b/.gitea/PULL_REQUEST_TEMPLATE.yml index 8d940eb..9be3297 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yml @@ -9,22 +9,25 @@ body: description: Provide a clear description of your changes. validations: required: true - - type: input - id: related-issue - attributes: - label: Related Issue - description: Link to related issue (if applicable) - placeholder: "e.g., #123" - validations: - required: false + - type: input id: closes-issue attributes: label: Closes Issue description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged. - placeholder: "e.g., #456" + placeholder: "e.g., closes #456" validations: required: false + + - type: input + id: related-issue + attributes: + label: Related Issue + description: Link to related issue (if applicable). + placeholder: "e.g., related #123" + validations: + required: false + - type: textarea id: testing-instructions attributes: