Skip to content

Commit

Permalink
Merge pull request #3252 from jenkins-infra/lemeurherve-patch-2
Browse files Browse the repository at this point in the history
feat(account-issue-template): add "antispam" type and put the password reset note lower
  • Loading branch information
dduportal committed Nov 23, 2022
2 parents f64eb29 + 04da940 commit 404297a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/2-account-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ body:
value: |
Fill in as much of the template below as you can.
The more information we have, the better we can help you.
**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".
- type: dropdown
id: type
attributes:
Expand All @@ -19,11 +17,15 @@ body:
options:
- "I've lost my password"
- "I didn't receive any email"
- "I've been blocked by the anti-spam system"
- "I want my account to be deleted"
- "Other (please describe in the summary below)"
validations:
required: true

- type: markdown
attributes:
value: |
**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".
- type: textarea
id: summary
attributes:
Expand Down

0 comments on commit 404297a

Please sign in to comment.