-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
0bbde2f
commit 51e52f0
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea/ |