Skip to content

Commit dcaa64e

Browse files
authored
Merge 0a9cbbe into bf96860
2 parents bf96860 + 0a9cbbe commit dcaa64e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Revert PR
3+
about: Revert an existing pull request
4+
5+
---
6+
7+
### Reverts PR
8+
Reverts #issueNumber
9+
10+
### Issues fixed
11+
<!-- Issues that will be closed by reverting, i.e. the issues introduced via the PR getting reverted -->
12+
Fixes #issueNumber
13+
14+
### Issues reopened
15+
<!-- Issues that will be re-opened by reverting, i.e. the issues that were fixed via the PR getting reverted -->
16+
Reopens #issueNumber
17+
18+
### Reason for revert
19+
20+
### Can this PR be reimplemented? If so, what is required for the next attempt

projectDocs/community/releaseProcess.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This is however unlikely to be an issue as build checks on the pull request itse
4444
* If a merged pull request has been identified as causing a regression, new bug, or does not work as originally reported, the pull request may be reverted at the discretion of the lead developers. Reasons in favor of not reverting the pull request may be:
4545
* The pull request was submitted by an active collaborator who is likely to follow up with a suitable pull request to address the issues.
4646
* The bug is trivial enough to be fixed by a collaborator.
47+
* Use the [PR revert template](../../.github/PULL_REQUEST_TEMPLATE/revert.md) when reverting.
4748
* Automatic 'alpha snapshots' are made available to the public for very early testing. See [testing guide](../testing/contributing.md).
4849

4950
### Beta phase
@@ -60,7 +61,8 @@ This is however unlikely to be an issue as build checks on the pull request itse
6061
* If a merged pull request that reached beta has been identified as causing a regression, new bug, or does not work as originally reported:
6162
- The pull request may be reverted at the discretion of the lead developers.
6263
- It may be fixed by a collaborator if the bug is trivial enough.
63-
- Once a PR is reverted from `beta`, a replacement PR is very unlikely to get into the current release.
64+
- Once a PR is reverted from `beta`, a replacement PR is very unlikely to be accepted into the current release.
65+
- Use the [PR revert template](../../.github/PULL_REQUEST_TEMPLATE/revert.md) when reverting.
6466

6567
### Release Candidate phase
6668

0 commit comments

Comments
 (0)