Skip to content
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

Update contribution guidelines for non-code assets #5

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ After you've determined which repository your enhancement suggestion is related
* **Specify which version of `gz_ekumen_worlds` you're using.**
* **Specify the name and version of the OS you're using.**

### Contributing Code
### Contributing Code & Assets

We follow a development process designed to reduce errors, encourage
collaboration, and make high quality code. Review the following to
Expand All @@ -107,15 +107,20 @@ get acquainted with this development process.
a release / main branch. This is a good habit to get in, and will make
your life easier.

#. **Write your code.** To remember:
#. **Write your code and assets.** To remember:
- Look at the existing code and try to maintain the existing style and pattern as much as possible. You may install `pre-commit` hooks to enforce this.
- **Always** keep your branch updated with the original repository.

Same as for code, every asset submitted must be compatible with this repository license.
That is, it must be of your own making or licensed under terms that are at least as permissive
as this license and attributed as such. CC0 is one example of a typical asset license that is
compatible.

#### Process

All Andino team members actively:
All Ekumen team members actively:

* **Watch** all Andino-related repositories to receive email notifications of new issues / pull requests
* **Watch** all Ekumen OS repositories to receive email notifications of new issues / pull requests
* Provide **feedback** to issues as soon as possible
* **Review** pull requests as soon as possible

Expand Down
Loading