Add everything#1
Merged
Merged
Conversation
bddffc4 to
171426b
Compare
Member
Author
|
@davidchambers I thought you'd like to have a look at this, as you've had strong opinions about project bootstrapping and an interest in boilerplate automation. Having a template repo like this means that initial PRs will be a litte different, as repo's will be initialized with the boilerplate included in this template repo. I added a PR template with a checklist of things to change in future "initial PR"s. |
bb1b1ca to
ae632d6
Compare
Avaq
commented
Oct 18, 2019
dicearr
requested changes
Oct 23, 2019
This was referenced Nov 1, 2019
This commit has been copied from the repository linked below to serve as a starting point for this project: https://github.com/fluture-js/fluture-template The boilerplate code was brought to you by: Aldwin Vlasblom <aldwin@avaq.it> In cooperation with co-authors: Co-Authored-By: David Chambers <dc@davidchambers.me> Co-Authored-By: Diego Ceresuela <dcerearr@gmail.com>
Member
Author
|
I added a commit description to the first commit, as this will be the "first" commit in any project using this repo as a starting point. |
davidchambers
approved these changes
Nov 1, 2019
dicearr
approved these changes
Nov 1, 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.
I'm playing around with github repo templates. It might be nice using it to start new Fluture projects, which currently I'm doing by copy-pasting the latest and greatest from recent other projects I did - a tedious task prone to error.