-
Notifications
You must be signed in to change notification settings - Fork 9
Add contribution guide and code of conduct #13
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
Conversation
@@ -166,30 +166,3 @@ values for logically identical values. For example a `MyLocalDate` scalar could | |||
accept the literals `"01-10-2022"` and `"01102022"` as input for the first of | |||
October 2022, but the result coercion should always return one of the possible | |||
representations. | |||
|
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.
Moved to template
@@ -0,0 +1,49 @@ | |||
# Contributor Code of Conduct |
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 think we should reference here the general GraphQL code of conduct and not introduce a new one.
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.
Good idea, I'll reference https://graphql.org/codeofconduct/
@@ -2,7 +2,7 @@ | |||
|
|||
"Author: andimarek" | |||
|
|||
"Date: 18.10.2022" | |||
"Date: 2022.10.18" |
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.
How about yyyy-mm-dd instead of .
?
scalars/new-scalar.md
Outdated
should be under "scalars/contributed/<your-name>/<scalar-name>.md" | ||
The goal of the GraphQL Scalars project is to provide a directory of GraphQL | ||
Custom Scalar specifications, contributed by the community. Contributed | ||
specifications will be hosted on a GraphQL Foundation owned domain, which can be |
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.
We should be specific and name the domain scalars.graphql.org
available reference documents. We will permit small edits which do not change | ||
specification semantics, such as typo fixes. | ||
|
||
A new version of a Custom Scalar specification should have a new scalar name, |
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.
or just a completely different name like OffsetDateTime
vs DateTime
This PR
After merging this PR, the remaining two items are: deciding on license and connecting to the GraphQL Foundation domain.