Skip to content

Commit 0bee17b

Browse files
Merge pull request #376 from ipfs/add/welcome-bit-github
Adds welcome bot!
2 parents dbbf8d9 + 773ffc2 commit 0bee17b

File tree

2 files changed

+47
-11
lines changed

2 files changed

+47
-11
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,47 @@
11
blank_issues_enabled: false
2-
contact_links:
3-
- name: Getting Help on IPFS
4-
url: https://ipfs.io/help
5-
about: All information about how and where to get help on IPFS.
6-
- name: IPFS Official Forum
7-
url: https://discuss.ipfs.io
8-
about: Please post general questions, support requests, and discussions here.
2+
3+
# Configuration for welcome - https://github.com/behaviorbot/welcome
4+
5+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
6+
# Comment to be posted to on first time issues
7+
newIssueWelcomeComment: >
8+
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
9+
10+
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additiona round trips is useful! We currently aim to give initial feedback within **two business days**. If this does not happen, feel free to leave a comment.
11+
12+
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
13+
14+
- "Priority" labels will show how urgent this is for the team.
15+
- "Status" labels will show if this is ready to be worked on, blocked, or in progress.
16+
- "Need" labels will indicate if additional input or analysis is required.
17+
18+
Finally, remember to use https://discuss.ipfs.io if you just need general support.
19+
20+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
21+
# Comment to be posted to on PRs from first time contributors in your repository
22+
newPRWelcomeComment: >
23+
Thank you for submitting this PR!
24+
25+
A maintainer will be here shortly to review it.
26+
27+
We are super grateful, but we are also overloaded! Help us by making sure that:
28+
29+
- The context for this PR is clear, with relevant discussion, decisions and stakeholders linked/mentioned.
30+
- Your contribution itself is clear (grammar and spelling checked, any code blocks checked and commented) and in its best form. Follow the [docs contribution guidelines](https://github.com/ipfs/ipfs-docs/blob/master/CONTRIBUTING.md) if they apply.
31+
32+
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
33+
34+
Next steps:
35+
36+
- A maintainer will triage and assign priority to this PR, commenting on any missing things and potentially assigning a reviewer for high priority items.
37+
- The PR gets reviews, discussed and approvals as needed.
38+
- The PR is merged by maintainers when it has been approved and comments addressed.
39+
40+
We currently aim to provide initial feedback/triaging within **two business days**. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution.
41+
42+
We are very grateful for your contribution!
43+
44+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
45+
# Comment to be posted to on pull requests merged by a first time user
46+
# Currently disabled
47+
#firstPRMergeComment: ""

.github/ISSUE_TEMPLATE/open_an_issue.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ about: Only for actionable issues relevant to this repository.
44
title: ''
55
labels: need/triage
66
assignees: ''
7-
8-
---
9-
<!--
7+
---<!--
108
Hello! To ensure this issue is correctly addressed as soon as possible by the IPFS team, please try to make sure:
119

1210
- This issue is relevant to this repository's topic or codebase.
13-
1411
- A clear description is provided. It should includes as much relevant information as possible and clear scope for the issue to be actionable.
1512

1613
FOR GENERAL DISCUSSION, HELP OR QUESTIONS, please see the options at https://ipfs.io/help or head directly to https://discuss.ipfs.io.

0 commit comments

Comments
 (0)