From 19686b4ea0c01cdec172c2b01510a58964f8477a Mon Sep 17 00:00:00 2001 From: Dei Vilkinsons <6226576+vilkinsons@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:32:43 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- apps/sim-engine/stdlib/CONTRIBUTING.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/apps/sim-engine/stdlib/CONTRIBUTING.md b/apps/sim-engine/stdlib/CONTRIBUTING.md index 9aba4c0..c5996cc 100644 --- a/apps/sim-engine/stdlib/CONTRIBUTING.md +++ b/apps/sim-engine/stdlib/CONTRIBUTING.md @@ -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 @@ -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). @@ -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: @@ -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 @@ -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.