You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/config.yml
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,18 @@ newIssueWelcomeComment: >
15
15
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
16
16
17
17
# Comment to be posted to on PRs from first time contributors in your repository
18
-
newPRWelcomeComment: >
18
+
newPRWelcomeComment: |
19
19
[](https://zenodo.org/record/3695300)
20
20
21
-
:sparkling_heart: Thanks for opening this pull request! :sparkling_heart:
22
-
_The InnerSource Commons_ community really appreciates your time and effort to contribute to the project.
23
-
Please make sure you have read our [Contributing Guidelines](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/CONTRIBUTING.md).
21
+
:sparkling_heart: Thanks for opening this pull request! :sparkling_heart: _The InnerSource Commons_ community really appreciates your time and effort to contribute to the project. Please make sure you have read our [Contributing Guidelines](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/CONTRIBUTING.md).
24
22
25
-
If you are submitting a new pattern, the following things will help get your pull request across the finish line! :checkered_flag:
23
+
If you are submitting a **new pattern**, the following things will help get your pull request across the finish line! :checkered_flag:
26
24
27
-
- Check you have used our [pattern template](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/meta/pattern-template.md) and removed any placeholder text and sections that your pattern did not need.
25
+
- Confirm that you have used our [pattern template](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/meta/pattern-template.md). Please remove any placeholder text and sections that your pattern did not need.
26
+
- We run a number of automated checks on your PR. Please review the output of those checks on the PR itself, and see if any issues got flagged that you can fix yourself.
27
+
- Make sure you have added your new pattern to the list of patterns in the main [README.md](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/README.md). If you are unsure where to add your pattern, just let us know by commenting on your PR and we will help you.
28
28
29
-
- We will run a number of automated checks on your PR. Please review the output of those checks on the PR itself, and see if any issues got flagged that you can fix yourself.
30
-
31
-
- Make sure you have added your new pattern to the list of patterns in the main [README.md](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/README.md). If you are unsure where to add your pattern, no worries. Just let us know on the PR and we will help you.
32
-
33
-
<br>This project has a small number of maintainers, volunteering their time to this project. So please be patient and we will get back to you as soon as we can.
34
-
If we don't acknowledge this pull request after 7 days, feel free to chat to us about it in our [Slack workspace](https://innersourcecommons.org/slack).
29
+
This project has a small number of maintainers, volunteering their time to this project. So please be patient and we will get back to you as soon as we can. If we don't acknowledge this pull request after 7 days, feel free to chat to us about it in our [Slack workspace](https://innersourcecommons.org/slack).
35
30
36
31
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
0 commit comments