-
Notifications
You must be signed in to change notification settings - Fork 39
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
First shot at contributing rules #11
Closed
Closed
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 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Contributing | ||
|
||
This repository contains the Agoric's technical documentation | ||
|
||
It is meant to work like a wiki | ||
|
||
Here are a couple of rules to follow: | ||
- The content must be written in **English** | ||
- The content must be written in **markdown** (`.md` file extension) | ||
- Code samples should adhere to Agoric formatting rules. They can be found in the form of a [prettier config](https://github.com/Agoric/new-repo/blob/master/.prettierrc.json) and [eslint config](https://github.com/Agoric/new-repo/blob/master/.eslintrc.js) | ||
|
||
If it's your first contribution, it will go through a [pull request](https://help.github.com/en/articles/about-pull-requests#about-pull-requests) process, that is, someone will need to review and accept your changes first | ||
|
||
When you're trusted enough, you will be granted the right to modify the content directly | ||
|
||
If you do not feel confident about the changes you want to make, you can always create a pull request and request a review | ||
|
||
## Copyright | ||
|
||
By [contributing through Github](https://help.github.com/en/articles/github-terms-of-service#6-contributions-under-repository-license), you have agreed that you contributions to this repository are licenced as this [repo's licence](/LICENSE) (Apache 2.0) |
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.
I notice that some of our own documentation is *.rst rather than *.md . Should we suggest that contributions can/should be *.rst ? How do we decide when to use which?
Attn @katelynsills @Chris-Hibbert @tatyana0219 @btulloh
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.
for reference, i don't have a strong intention on markdown, it's only a first proposition
i hadn't noticed that, thanks for the info
The points i find positive about markdown are:
From what i've understood, one downside of markdown is that it can be harder to work with when trying to write a book, but i don't have this experience myself, so i cannot expand on that
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.
MarkDown is certainly a reasonable place to start. Let's agree that that's what we're using for most purposes.
If we need to use something else for some purposes, or eventually change to a different standard, we'll deal with that then.
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.
I created a follow-up issue on the *.rst files: #19
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.
I'll wait for @erights to come back from TC39 and if there is no urgent reason not to merge this PR, i'll merge it
And everything can be modified afterwards; a github repo is de facto a wiki