-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature: Add a --guide option for including a contributing walkthrough #982
Comments
## PR Checklist - [x] Addresses an existing open issue: fixes #982 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Adds `--guide` with the accompanying `--guide-title`, similar to the existing `--logo` and `--logo-alt` options. It will be inferred from an existing `.github/DEVELOPMENT.md` when present.
🎉 This is included in version v1.40.0 🎉 The release is available on: Cheers! 📦🚀 |
@all-contributors please add @JoshuaKGoldberg for ideas.
|
I've put up a pull request to add @JoshuaKGoldberg! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
Adds @JoshuaKGoldberg as a contributor for ideas. This was requested by JoshuaKGoldberg [in this comment](#982 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Bug Report Checklist
main
branch of the repository.Overview
I wrote https://www.joshuakgoldberg.com/blog/contributing-to-a-create-typescript-app-repository with a whole bunch of instructions and FAQs for contributing to a repo scaffolded with
create-typescript-app
. It'd be nice to have a link to it in the docs.Though, I don't want to add that link to repos created under different owners. It feels overly self-promote-y. So I'll add a CLI option
defaults to true iff owner is methat later on can be inferred from the text as a followup.Additional Info
No response
The text was updated successfully, but these errors were encountered: