Skip to content

Commit

Permalink
Change default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Feb 3, 2024
1 parent 13f5be0 commit 4d6380a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ After becoming familiar with Quill and the codebase, likely through using Quill
- Publishing guides, tutorials, and examples
- Supporting Quill in other ecosystems (Angular, React, etc)


## Questions

If you have a question, it is best to ask on StackOverflow and tag with [quill](http://stackoverflow.com/questions/tagged/quill). This tag is monitored by Quill maintainers and community members.


## Bug Reports

Search through [Github Issues](https://github.com/quilljs/quill/issues) to see if the bug has already been reported. If so, please comment with any additional information.
Expand All @@ -35,7 +33,6 @@ New bug reports must include:

Lacking reports it may be autoclosed with a link to these instructions.


## Feature Requests

Search through [Github Issues](https://github.com/quilljs/quill/labels/feature) to see if someone has already suggested the feature. If so, please provide support with a [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) and add your own use case.
Expand All @@ -51,7 +48,6 @@ Features are prioritized based on real world users and use cases, not theoretica

The more complete and compelling the request, the more likely it will ultimately be implemented. Garnering community support will help as well!


## Pull Requests

Please check to make sure your plans fall within Quill's scope. This often means opening up a [discussion](https://github.com/quilljs/quill/labels/discussion).
Expand All @@ -62,7 +58,7 @@ Pull Requests modifying public facing interfaces or APIs, including backwards co

Pull requests must:

1. Be forked off the [develop](https://github.com/quilljs/quill/tree/develop) branch.
1. Be forked off the [main](https://github.com/quilljs/quill/tree/main) branch.
2. Pass the linter and conform to existing coding styles.
3. Commits are [squashed](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits) to minimally coherent units of changes.
4. Are accompanied by tests covering the new feature or demonstrating the bug for fixes.
Expand Down
2 changes: 1 addition & 1 deletion packages/quill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get started, check out [https://quilljs.com/](https://quilljs.com/) for docum

Get help or stay up to date.

- [Contribute](https://github.com/quilljs/quill/blob/develop/.github/CONTRIBUTING.md) on [Issues](https://github.com/quilljs/quill/issues)
- [Contribute](https://github.com/quilljs/quill/blob/main/.github/CONTRIBUTING.md) on [Issues](https://github.com/quilljs/quill/issues)
- Follow [@jhchen](https://twitter.com/jhchen) and [@quilljs](https://twitter.com/quilljs) on Twitter
- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/quill)
- If privacy is required, email support@quilljs.com
2 changes: 1 addition & 1 deletion packages/website/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const cdn = process.env.NEXT_PUBLIC_LOCAL_QUILL
module.exports = {
version,
cdn,
github: 'https://github.com/quilljs/quill/tree/develop/packages/website/',
github: 'https://github.com/quilljs/quill/tree/main/packages/website/',
highlightjs: 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0',
katex: 'https://cdn.jsdelivr.net/npm/katex@0.16.9/dist',
url: homepage,
Expand Down

0 comments on commit 4d6380a

Please sign in to comment.