Skip to content

Commit 0b24941

Browse files
committed
Add issue template drop-downs to README_PROCESS
When publishing an update revision, we should also update the drop-downs in the issue templates.
1 parent d2862bc commit 0b24941

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README_PROCESS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,19 @@ major version as `<current>`.
160160
* Create a PR to the "main" branch of the SYCL-Docs repository:
161161

162162
* Edit "README.md" to change the release number in the badges.
163+
* Edit ".github/ISSUE\_TEMPLATE/bug\_report.yml" and
164+
".github/ISSUE\_TEMPLATE/clarification\_request.yml".
165+
Add the new revision to the "Specification Version" drop-down, and remove
166+
the oldest revision from the drop-down.
167+
For brevity, the drop-down contains only the current revision and the
168+
previous one.
163169
* Do not merge this PR yet.
164170

165171
Note that this PR is created against the "main" branch even if you are making
166172
a release from the "sycl-xxxx" branch.
167-
You can use [this PR][5] as a model.
173+
You can use [this PR][5] and [this PR][5a] as a model.
174+
(TODO: When the next revision is published, update this README with a single
175+
example PR that combines these two things.)
168176

169177
* When you are sure that you want to publish this release, do the following in
170178
quick succession and in this order:
@@ -190,6 +198,7 @@ major version as `<current>`.
190198
[3]: <https://github.com/KhronosGroup/SYCL-Registry/pull/27>
191199
[4]: <https://github.com/KhronosGroup/SYCL-Docs/releases>
192200
[5]: <https://github.com/KhronosGroup/SYCL-Docs/pull/793>
201+
[5a]: <https://github.com/KhronosGroup/SYCL-Docs/pull/946>
193202
[6]: <https://github.com/KhronosGroup/SYCL-Docs/pull/795>
194203

195204

0 commit comments

Comments
 (0)