Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons authored Jul 2, 2024
1 parent 141ac8d commit 19686b4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions apps/sim-engine/stdlib/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

🎉 First off, thanks for taking the time to contribute! 🎉

Please note we have established a set of [community guidelines](https://hash.ai/legal/community). Please follow these in your interactions with the project.
Please note we have established a set of [community guidelines](https://hash.ai/legal/trust-safety/community?utm_medium=organic&utm_source=github_readme_labs-repo_sim-engine-stdlib-contributing-guide). Please follow these in your interactions with the project.

We have a [community Discord server](https://hash.ai/discord) and a [support forum](https://hash.community/) where you can ask questions about contributing, and where the community can chime in with helpful advice. If you'd like to make a significant change or re-architecture, please first discuss the change there (or create an [issue](https://github.com/hashintel/labs/issues)) to get feedback.
If you'd like to make a significant change or re-architecture, please first discuss the change there (or create an [issue](https://github.com/hashintel/labs/issues)) to get feedback.

## What belongs in the HASH Standard Library

Expand All @@ -14,8 +14,6 @@ The HASH standard library is a collection of helper functions for building simul
- Performant - if it's in the standard library it will be used in lots of simulations, and should be designed to be fast and memory efficient.
- Pure functions - While there can be exceptions, the expectation is a standard library function should not store any state nor cause side effects.

When in doubt, [ask](https://hash.ai/discord)!

## Pull Request Process

1. Before opening a Pull Request, you must sign HASH's Contributor License Agreement available at [hash.ai/legal/cla](https://hash.ai/legal/cla).
Expand All @@ -34,7 +32,7 @@ contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation. You can read more in our [community guidelines](https://hash.ai/legal/community).
orientation. You can read more in our [community guidelines](https://hash.ai/legal/trust-safety/community?utm_medium=organic&utm_source=github_readme_labs-repo_sim-engine-stdlib-contributing-guide).

Examples of behavior that contributes to creating a positive environment
include:
Expand All @@ -56,11 +54,11 @@ Examples of unacceptable behavior by participants include:
- Other conduct which could reasonably be considered inappropriate in a
professional setting

[HASH](https://hash.ai/) reserves the right to remove, edit, or reject comments,
commits, code, wiki edits, issues, and other contributions that are not aligned
to this Code of Conduct, or to ban temporarily or permanently any contributor
for other behaviors that they deem inappropriate, threatening, offensive, or
harmful.
[HASH](https://hash.ai/?utm_medium=organic&utm_source=github_readme_labs-repo_sim-engine-stdlib-contributing-guide)
reserves the right to remove, edit, or reject comments, commits, code, wiki
edits, issues, and other contributions that are not aligned to this Code of
Conduct, or to ban temporarily or permanently any contributor for other
behaviors that they deem inappropriate, threatening, offensive, or harmful.

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
Expand All @@ -70,7 +68,7 @@ representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team through [hash.ai/contact](https://hash.ai/contact).
reported by contacting the project team through [hash.ai/contact](https://hash.ai/contact?utm_medium=organic&utm_source=github_readme_labs-repo_sim-engine-stdlib-contributing-guide).
All complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down

0 comments on commit 19686b4

Please sign in to comment.