Create Welcomebot config file#26
Open
anabellaspinelli wants to merge 1 commit intopubliclab:mainfrom
anabellaspinelli:patch-2
Open
Create Welcomebot config file#26anabellaspinelli wants to merge 1 commit intopubliclab:mainfrom anabellaspinelli:patch-2
anabellaspinelli wants to merge 1 commit intopubliclab:mainfrom
anabellaspinelli:patch-2
Conversation
Contributor
Author
|
Hey @jywarren is this what you meant? 🤔 |
jywarren
reviewed
Oct 3, 2018
| # Comment to be posted to on pull requests merged by a first time user | ||
| firstPRMergeComment: | | ||
| Congrats on merging your first pull request! 🙌🎉⚡️ | ||
| Your code will likely be published to PublicLab.org in the next few days. |
Member
There was a problem hiding this comment.
Yes! However note here where the help text is not relevant to this project. Could you imagine a different text that would make more sense for this project instead of PublicLab.org? Thanks!
Member
There was a problem hiding this comment.
@jywarren,
I think the code can be related to enhancement, documentation, or bug. So, to generalize it I will suggest replacing the line Your code will likely be published to PublicLab.org in the next few days. to Your code will help in making this project better. Will that is okay 😄
jywarren
reviewed
Oct 3, 2018
|
|
||
| # Comment to be posted to on PRs from first time contributors in your repository | ||
| newPRWelcomeComment: | | ||
| Thanks for opening this pull request! The tests defined in `builder/test` will test out your code on every commit. |
Member
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.
Thanks for opening a pull request! In this repository, opening a PR will initiate the generation of a new Raspberry Pi image, and create an image file you can download and use in your Raspberry Pi.
The changes you add to the pull request, such as adding software to install, will be run on the generated image.
For an example, see the software installed and configured in this pull request: https://github.com/publiclab/image-builder-rpi/pull/15/files
Recipe
Use this space to describe what your "recipe" is intended to install and configure on a Raspberry Pi:
Download instructions
Generating the image will take a few minutes. Once the image is prepared, and if it succeeded, you'll see a green checkmark at the bottom of the pull request. To download the image:
https://gitlab.com/publiclab/image-builder-rpi/pipelines/########/buildsJobstab, next toPipelinePassedbuttonDownloadin the right-hand sidebarartifacts.zipfile, and also thehypriotos-rpi-camera_web.img.zipwithin itYou'll also be able to read the output of the image generation in this window.
We hope to create a bot to report back the completed image URL in each pull request. If you can help create such a bot, please contact us at:
#16
Thanks!