Commit Graph

29 Commits

Author SHA1 Message Date
Hector Sanjuan
9c7cdac16c PR autocomment: Only comment for first-time contributors 2020-05-04 10:55:49 +02:00
Steven Allen
54a0da53bf
Merge pull request #7248 from ipfs/feat/pr-autocomment
Auto-comment on submitted PRs
2020-04-29 15:26:45 -07:00
Hector Sanjuan
a34f927eaf Shorten 2020-04-29 22:58:30 +02:00
Hector Sanjuan
44b8bdb930 Mention that self-review is not a subtitute for code comments 2020-04-29 22:49:00 +02:00
Hector Sanjuan
593d33e217
Update .github/auto-comment.yml
Co-Authored-By: Steven Allen <steven@stebalien.com>
2020-04-29 22:41:48 +02:00
Hector Sanjuan
04dc111952
Update .github/auto-comment.yml
Co-Authored-By: Steven Allen <steven@stebalien.com>
2020-04-29 22:41:39 +02:00
Hector Sanjuan
5415d55c69
Update .github/config.yml
Improve language
2020-04-29 17:05:37 +02:00
Hector Sanjuan
99f9d343c3
Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:05:11 +02:00
Hector Sanjuan
07d474447c
Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:04:44 +02:00
Hector Sanjuan
e6049c889c
Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:04:22 +02:00
Hector Sanjuan
7a2a225118 Auto-comment on submitted PRs
* Give a few tips on linking relevant discussions, self reviews, additional
  reviews and code contribution guidelines
* Be explicit about the next steps and what to expect.
2020-04-29 13:19:30 +02:00
Hector Sanjuan
214fa05e98 Welcome message for users opening their first issue. 2020-04-29 12:57:48 +02:00
Hector Sanjuan
35a5dd4f84 Add additional documentation links to new issues screen 2020-04-27 20:02:36 +02:00
Hector Sanjuan
06ee161c0c Update issue templates
* Remove question template: links to help have been added
* Add need/triage labels
* Do not ask users to open issues in ipfs/ipfs (issues heavily discouraged there).
2020-04-27 12:10:46 +02:00
Hector Sanjuan
0c57175f07 Add standard issue template 2020-04-27 11:15:45 +02:00
@RubenKelevra
8a85c0a344 merge conflicts with upstream 2020-04-18 13:11:56 +02:00
Steven Allen
d1b5bbe8e1 chore: update template labels for label rename 2020-04-17 15:47:55 -07:00
@RubenKelevra
2b3cbceaad
question.md: fix typo 2020-04-06 03:02:35 +02:00
@RubenKelevra
afcba4f67c doc.md: fix typo 2020-04-06 01:52:20 +02:00
Steven Allen
ea3343cb29 chore: remove github auto assign
This was supposed to auto-assign reviewers to new PRs. However, it's really not all that helpful in practice.
2020-01-13 15:09:06 +01:00
Steven Allen
bc20d08b0f github: migrate actions 2019-09-26 14:16:49 -07:00
Steven Allen
4f38632717 github: add more options to question template 2019-08-16 13:02:44 -07:00
Steven Allen
f0e32fed2b github: update question template to avoid click throughs 2019-08-16 12:52:03 -07:00
Steven Allen
a95e11921b github/action: actually run the action and fork it for security 2019-08-15 12:16:42 -07:00
Steven Allen
900a75eb09 github/actions: add auto-assign list 2019-08-15 12:09:10 -07:00
Steven Allen
4e9d5b23c6
github/action: add an auto assign action 2019-08-15 11:57:44 -07:00
Andrew Nesbitt
9b5fe58291 Fix automatic labels in issue templates
Label list should be a comma seperated string instead of a yaml array
2019-07-12 15:22:22 +01:00
Steven Allen
c25cea96a2 fix a typo in the issue template
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-15 10:47:20 -07:00
Steven Allen
53eb26476f github: turn issue template into a multiple-choice question
This way:

1. Contributors have to click _something_ so they're more likely to read this.
2. Each issue gets correctly labeled.
3. We can customize the template for different types of issues so contributors
don't have to read as much.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-14 16:54:07 -07:00