-
Notifications
You must be signed in to change notification settings - Fork 8
Refactor contributing.md
#7
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| { | ||
| "name": "github", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "description": "Community health files", | ||
| "license": "CC-BY-4.0", | ||
| "keywords": [], | ||
| "repository": "unifiedjs/.github", | ||
| "bugs": "https://github.com/unifiedjs/.github", | ||
| "author": "Titus Wormer <[email protected]> (wooorm.com)", | ||
| "author": "Titus Wormer <[email protected]> (https://wooorm.com)", | ||
| "bugs": "https://github.com/syntax-tree/.github", | ||
| "contributors": [ | ||
| "Titus Wormer <[email protected]> (wooorm.com)" | ||
| "Titus Wormer <[email protected]> (https://wooorm.com)" | ||
| ], | ||
| "description": "Community health files", | ||
| "devDependencies": { | ||
| "remark-cli": "^12.0.0", | ||
| "remark-frontmatter": "^5.0.0", | ||
| "remark-preset-wooorm": "^10.0.0" | ||
| }, | ||
| "scripts": { | ||
| "format": "remark --frail --quiet --output -- .", | ||
| "test": "npm run format" | ||
| }, | ||
| "keywords": [], | ||
| "license": "CC-BY-4.0", | ||
| "name": "github", | ||
| "private": true, | ||
| "remarkConfig": { | ||
| "plugins": [ | ||
| "remark-frontmatter", | ||
|
|
@@ -29,5 +23,11 @@ | |
| false | ||
| ] | ||
| ] | ||
| } | ||
| }, | ||
| "repository": "syntax-tree/.github", | ||
| "scripts": { | ||
| "format": "remark --frail --quiet --output -- .", | ||
| "test": "npm run format" | ||
| }, | ||
| "version": "0.0.0" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,71 +1,55 @@ | ||
| # `.github` | ||
|
|
||
| Community health files for **unist** (**syntax-tree**). | ||
| This repo hosts the [code of conduct][coc], | ||
| a guide on how to get [support][], | ||
| how to [contribute][], | ||
| a [pull request template][pr], | ||
| and [issue templates][issue]. | ||
| Community health files for `syntax-tree`. | ||
|
|
||
| ## unified | ||
|
|
||
| **unist** (**syntax-tree**) is a [unified collective][unified] project. | ||
| Read how it’s governed in [`unifiedjs/collective`][collective]. | ||
| This organization is part of **[unified][github-unified]**. | ||
| See [`unifiedjs/collective`][github-collective] on how it’s governed. | ||
|
|
||
| ## Awesome syntax-tree | ||
| ## Awesome `syntax-tree` | ||
|
|
||
| For a curated list of awesome syntax-tree, | ||
| unist, | ||
| hast, | ||
| xast, | ||
| mdast, | ||
| and nlcst resources, | ||
| see [awesome syntax-tree][awesome]. | ||
| See [`syntax-tree/awesome-syntax-tree`][github-awesome-syntax-tree] for a | ||
| curated list of awesome resources. | ||
|
|
||
| ## Code of conduct | ||
|
|
||
| This community has a [code of conduct][file-code-of-conduct]. | ||
| You must follow it when interacting with the community. | ||
|
|
||
| ## Support | ||
|
|
||
| We’re glad you’re using these projects and we’d love to help. | ||
| Take a look at [`support.md`][support] to find out how to help us help you. | ||
| See [`support.md`][file-support] on how to get help. | ||
|
|
||
| ## Contributing | ||
|
|
||
| We’re excited that you’re interested in contributing! | ||
| Take a moment to read [`contributing.md`][contribute]. | ||
| See [`contributing.md`][file-contributing] on how to contribute. | ||
|
|
||
| Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas]. | ||
| ## Security | ||
|
|
||
| ## Code of conduct | ||
|
|
||
| This project has a [code of conduct][coc]. | ||
| By interacting with this repository, | ||
| organization, | ||
| or community you agree to abide by its terms. | ||
| See [`security.md`][file-security] if you found a security issue. | ||
|
|
||
| ## License | ||
|
|
||
| This document has the following license: | ||
| [CC-BY-4.0][license] © [Titus Wormer][author]. | ||
| [CC-BY-4.0][creativecommons-by] © [Titus Wormer][wooorm]. | ||
|
|
||
| Other projects may be licensed differently. | ||
|
|
||
| [license]: https://creativecommons.org/licenses/by/4.0/ | ||
|
|
||
| [author]: http://wooorm.com | ||
|
|
||
| [coc]: code-of-conduct.md | ||
| [creativecommons-by]: https://creativecommons.org/licenses/by/4.0/ | ||
|
|
||
| [contribute]: contributing.md | ||
| [file-code-of-conduct]: code-of-conduct.md | ||
|
|
||
| [support]: support.md | ||
| [file-contributing]: contributing.md | ||
|
|
||
| [awesome]: https://github.com/syntax-tree/awesome-syntax-tree | ||
| [file-security]: security.md | ||
|
|
||
| [ideas]: https://github.com/syntax-tree/ideas | ||
| [file-support]: support.md | ||
|
|
||
| [pr]: .github/pull-request-template.md | ||
| [github-awesome-syntax-tree]: https://github.com/syntax-tree/awesome-syntax-tree | ||
|
|
||
| [issue]: .github/ISSUE_TEMPLATE | ||
| [github-collective]: https://github.com/unifiedjs/collective | ||
|
|
||
| [unified]: https://github.com/unifiedjs | ||
| [github-unified]: https://github.com/unifiedjs | ||
|
|
||
| [collective]: https://github.com/unifiedjs/collective | ||
| [wooorm]: https://wooorm.com |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An alternate framing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s not bad, but it’s a bit more wordy, contextualizing the why, softening. This is in
## Expectations, I wanted it to be stronger.