Skip to content

Commit 404297a

Browse files
authored
Merge pull request #3252 from jenkins-infra/lemeurherve-patch-2
feat(account-issue-template): add "antispam" type and put the password reset note lower
2 parents f64eb29 + 04da940 commit 404297a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/2-account-issue.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ body:
88
value: |
99
Fill in as much of the template below as you can.
1010
The more information we have, the better we can help you.
11-
12-
**Note:** You can reset the password of your jenkins.io account (issues.jenkins.io, *.jenkins.io websites) yourself by going to [accounts.jenkins.io](https://accounts.jenkins.io) then clicking on "Forgot password".
1311
- type: dropdown
1412
id: type
1513
attributes:
@@ -19,11 +17,15 @@ body:
1917
options:
2018
- "I've lost my password"
2119
- "I didn't receive any email"
20+
- "I've been blocked by the anti-spam system"
2221
- "I want my account to be deleted"
2322
- "Other (please describe in the summary below)"
2423
validations:
2524
required: true
26-
25+
- type: markdown
26+
attributes:
27+
value: |
28+
**Note:** You can reset the password of your jenkins.io account (issues.jenkins.io, *.jenkins.io websites) yourself by going to [accounts.jenkins.io](https://accounts.jenkins.io) then clicking on "Forgot password".
2729
- type: textarea
2830
id: summary
2931
attributes:

0 commit comments

Comments
 (0)