We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fde0e commit 2b9f990Copy full SHA for 2b9f990
unreleased_changes/20250325_184946_874__0.md
@@ -0,0 +1,19 @@
1
+* Annotations 2.0.
2
+
3
4
+```sh
5
+# ONLY the top line will be included as a change entry in the CHANGELOG.
6
+# The entry should be in GitHub flavour markdown and should be written on a SINGLE
7
+# line with no hard breaks. You can have multiple change files for a single GitHub issue.
8
+# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
9
+# 'Fixed nasty bug'.
10
+#
11
+# Examples of acceptable entries are:
12
13
14
+# * Issue **123** : Fix bug with an associated GitHub issue in this repository
15
16
+# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
17
18
+# * Fix bug with no associated GitHub issue.
19
+```
0 commit comments