Page MenuHomePhorge

D272.1769520789.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D272.1769520789.diff

diff --git a/.forgejo/default_merge_message/SQUASH_TEMPLATE.md b/.forgejo/default_merge_message/SQUASH_TEMPLATE.md
new file mode 100644
--- /dev/null
+++ b/.forgejo/default_merge_message/SQUASH_TEMPLATE.md
@@ -0,0 +1,4 @@
+${PullRequestTitle}
+
+${ReviewedBy}
+${ReviewedOn}
diff --git a/.forgejo/pull_request_template.yml b/.forgejo/pull_request_template.yml
new file mode 100644
--- /dev/null
+++ b/.forgejo/pull_request_template.yml
@@ -0,0 +1,32 @@
+name: 'PR template'
+about: 'Use a verb for your PR title. For example "Add X functionality"'
+ref: 'servant'
+body:
+ - type: textarea
+ id: summary
+ attributes:
+ label: 'Summary:'
+ description: 'Describe the change.'
+ placeholder: 'X and Y functionalities are both needed to implement Z. The funnction of W is refactored to use the technique of U. etc.'
+ validations:
+ required: true
+ - type: dropdown
+ id: changetype
+ attributes:
+ label: 'Type:'
+ description: 'Type of the change. "add" for a new feature or change; "remove" for removing an existing feature/functionality; "fix" for a bug fix; "skip" for a change that is not visible for users (e.g. internal refactoring only). If you want to submit a security fix, please do not submit it here. Instead, send it via email or on IronLily. [See how to submit security fixes](https://kazv.chat/en/contributing/#bugs).'
+ options:
+ - add
+ - remove
+ - fix
+ - skip
+ validations:
+ required: true
+ - type: textarea
+ id: testplan
+ attributes:
+ label: 'Test Plan:'
+ description: 'How should the reviewers test that it works?'
+ placeholder: 'Do X and Y. Verify you can see Z.'
+ validations:
+ required: true

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 27, 5:33 AM (22 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015080
Default Alt Text
D272.1769520789.diff (1 KB)

Event Timeline