-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
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 |
---|---|---|
@@ -1,15 +1,12 @@ | ||
# Contributing to Sanny Builder | ||
Contributing to Sanny Builder | ||
|
||
Sanny Builder is a community project and always has been developed with users feedback in mind. | ||
Many people contributed to Sanny Builder over the years. And you can too! | ||
Sanny Builder is a community project and has always been developed with user feedback in mind. Many people have contributed to Sanny Builder over the years, and you can too! | ||
|
||
There are a few ways in which you can help to improve Sanny Builder: | ||
There are several ways in which you can help improve Sanny Builder: | ||
|
||
|
||
* Report a discovered bug or propose a new idea. [File a new ticket](https://github.com/sannybuilder/dev/issues) or comment on the existing one. | ||
* Pull requests are welcome for [tickets](https://github.com/sannybuilder/dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22) that can be resolved by external contributors. | ||
* Update existing translation files or create a new translation. Check out the [translation repo](https://github.com/sannybuilder/translations) for additional details. | ||
* Update the [documentation](https://github.com/sannybuilder/docs). Proofreading and rewording of hard-to-read sentences in a simpler form is especially welcome. | ||
* Update opcode definitions and supporting files (CustomVariables, CustomLabels, constants, etc) in the [data repository](https://github.com/sannybuilder/data). | ||
* Submit a new coloring theme. Check out the [themes repo](https://github.com/sannybuilder/themes) for extra details. | ||
* Help documenting scripting commands in our [Sanny Builder Library](https://library.sannybuilder.com). Visit the [library repo](https://github.com/sannybuilder/library) for details. | ||
* Report a discovered bug or propose a new idea. You can [file a new ticket](https://github.com/sannybuilder/dev/issues) or comment on an existing one. Pull requests are welcome for [tickets](https://github.com/sannybuilder/dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22) that can be resolved by external contributors. | ||
* Update existing translation files or create a new translation. For additional details, check out the [translation repository](https://github.com/sannybuilder/translations). | ||
* Update the [documentation](https://github.com/sannybuilder/docs). We especially welcome proofreading and rewording of hard-to-read sentences into simpler forms. | ||
* Update opcode definitions and supporting files (CustomVariables, CustomLabels, constants, etc.) in the [data repository](https://github.com/sannybuilder/data). | ||
* Submit a new coloring theme. Additional details can be found in the [themes repository](https://github.com/sannybuilder/themes). | ||
* Help document scripting commands in our [Sanny Builder Library](https://library.sannybuilder.com). Visit the [library repository](https://github.com/sannybuilder/library) for more details. |