-
Notifications
You must be signed in to change notification settings - Fork 24
Update documentation and CI configuration to use 'main' branch #278
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -142,7 +142,7 @@ const soql = composeQuery({ | |||||
|
|
||||||
| ## Contributing | ||||||
|
|
||||||
| All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/master/CONTRIBUTING.md). | ||||||
| All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/main/CONTRIBUTING.md). | ||||||
|
||||||
| All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/main/CONTRIBUTING.md). | |
| All contributions are welcome on the project. Please read the [contribution guidelines](./CONTRIBUTING.md). |
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.
The list item starts with lowercase "open". For consistency with the surrounding imperative bullets, capitalize it (e.g., "Open a pull request...") and consider using consistent casing for "pull request" throughout the doc.