Greet new users with a welcome message#69
Merged
dscho merged 4 commits intogitgitgadget:mastergitgitgadget/gitgitgadget:masterfrom Jan 15, 2019
Merged
Greet new users with a welcome message#69dscho merged 4 commits intogitgitgadget:mastergitgitgadget/gitgitgadget:masterfrom
dscho merged 4 commits intogitgitgadget:mastergitgitgadget/gitgitgadget:masterfrom
Conversation
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
... if only the package-lock.json file was stable... *sigh* Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This will be needed in the next commit. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The UI of GitGitGadget is hardly intuitive for the moment: you have to *know* what to do with those Pull Requests, and you have to know that you have to get on that list of permitted users, and you have to know how you can get there. All things new users really are unlikely to know. So let's tell them: when they open a Pull Request, say hi, explain what GitGitGadget is, how it works, and how they can use it. This task is of course intended to be run in an Azure Pipeline, triggered by the very Pull Request where the comment should be added. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
d86eb0d to
bb5defb
Compare
Member
Author
|
I pretended not to be allowed to use GitGitGadget and opened a new gitgitgadget/git PR, so you can see the welcome message here: gitgitgadget/git#107 (comment) |
derrickstolee
approved these changes
Jan 15, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a new contributor is told "just use GitGitGadget, you only need to open a PR at https://github.com/gitgitgadget/git", that's all nice and dandy, but said contributor is unlikely to know what to do next.
So let's tell them.
This fixes #52.