Skip to content

Commit

Permalink
Add write access request form (#7)
Browse files Browse the repository at this point in the history
* Add write access request form

* Correctly use comment instead of header

* Alternate quotes to hopefully fix GitHub form

* Drop comment

* Add config.yml

* Rename file

* Use description instead of about

* Add header for next steps

* Smaller header

* Apply suggestions from code review

Co-authored-by: Mike Solomon <[email protected]>

---------

Co-authored-by: Mike Solomon <[email protected]>
  • Loading branch information
timtebeek and mike-solomon authored Jun 29, 2023
1 parent 0bbde2f commit 51e52f0
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/write_access_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Write access request
description: Request write access as contributor to this project
title: "Write access request for <your name>"
labels: [access]
body:
- type: markdown
attributes:
value: |
At OpenRewrite we invite anyone to [contribute to our projects](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md#ways-to-contribute).
Most contributions do not require elevated privileges and can be done by anyone.
However, if you're an active member of the community for this specific project, it can be beneficial to have write access to the repository.
This allows you to merge pull requests, triage issues, and more.
If you would like to be added as a contributor, please fill out the following information.
- type: input
id: affiliation
attributes:
label: Affiliation
description: What organization are you affiliated with? This helps us understand your relationship to the project.
placeholder: e.g., Acme Corp
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
description: Why do you want write access to this repository?
placeholder: e.g., I'm an active member of the community and would like to help triage issues.
validations:
required: true
- type: markdown
attributes:
value: |
### Next steps
Thanks for taking the time to fill out this request. We'll review it and get back to you as soon as possible.
If write access is granted we ask that you take an active role in the community, helping to triage issues, review pull requests, and help other contributors.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/

0 comments on commit 51e52f0

Please sign in to comment.