Conversation
|
|
||
| # Comment to be posted to on first time issues | ||
| newIssueWelcomeComment: > | ||
| Thanks for opening your first issue here! Be sure to follow the issue template! |
There was a problem hiding this comment.
Is it practical to hyperlink the template?
There was a problem hiding this comment.
Well, this message should appear after they picked the template. And the template is already populated in the issue.
|
|
||
| # Comment to be posted to on PRs from first time contributors in your repository | ||
| newPRWelcomeComment: > | ||
| Thanks for opening this pull request! Please check out our contributing guidelines. |
There was a problem hiding this comment.
We could hyperlink the guidelines here (if it's supported)
There was a problem hiding this comment.
Somehow, they get automatically hyperlinked by github anyways. I think it's coded in the app that creates the message (if the contributing guidelines is present in the repo, that is).
There was a problem hiding this comment.
Well, the guidelines are linked when opening an issue. Since I already opened a PR, I can't check that.
jeff-cohere
left a comment
There was a problem hiding this comment.
Suggested hyperlinks, but I don't know if they work in this environment. Otherwise looks good!
Motivation
Make EKAT more welcoming when a new user opens a PR/issue.
Also, tested that the pull-request template works as expected, and that the link to the contributing file shows up at the bottom.