Skip to main content

Community

·124 words·1 min
Documentation - This article is part of a series.
Part 2: This Article

Discord
#

Discord: Most of the Sage community hangs out on Discord!

Join the Sage Discord server to chat with the developers and other users!

GitHub
#

GitHub: All of Sage’s development is managed on GitHub!

Sage is open source! You can find the source code on GitHub.

Contributing
#

To contribute to Sage, clone and fork the GitHub repository. Checkout a branch git checkout -b your-feature-or-bug-fix and make your changes. Then, push your branch to your fork and open a pull request!

The continuous integration system will run the tests and check your code for style. Once your PR is approved, it will be merged into the main branch.

Bug Reports
#

If you find a bug in Sage, please open an issue!

Documentation - This article is part of a series.
Part 2: This Article