From 93f318a134b0a1000da53ce4d4c4c3932de8dce0 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper010 <92019526+GCHQDeveloper010@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:32:28 +0100 Subject: [PATCH 1/4] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..5906e0a --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,33 @@ +# Code of conduct + +## Our pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project, and our community a harassment-free experience for everyone. + +## Our standards + +Examples of behaviour that contributes to creating a positive environment include: + +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members + +Examples of unacceptable behaviour by participants include: + +- The use of sexualized language or imagery and unwelcome sexual attention or advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behaviour and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour. + +Project maintainers have the right and responsibility 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. + +## Attribution + +This Code of Conduct is adapted from version 1.4 of the [Contributor Covenant](http://contributor-covenant.org/version/1/4/). From 12b6deff95e85532f79f96f9fef1a6fe8a7637bc Mon Sep 17 00:00:00 2001 From: GCHQDeveloper010 <92019526+GCHQDeveloper010@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:34:14 +0100 Subject: [PATCH 2/4] Update CONTRIBUTING.md remove code of conduct text and replace with link --- CONTRIBUTING.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62e16d6..a93ac74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,35 +39,5 @@ Despite this being prototype software, we have still tried to keep the code to a Before opening a pull request, please ensure that the tests pass. See [Readme.md](./README.md) for details. ## Code of conduct +See [CODE_OF_CONDUCT.md](./CODE_OFCONDUCT.md). -### Our pledge - -In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project, and our community a harassment-free experience for everyone. - -### Our standards - -Examples of behaviour that contributes to creating a positive environment include: - -- Using welcoming and inclusive language -- Being respectful of differing viewpoints and experiences -- Gracefully accepting constructive criticism -- Focusing on what is best for the community -- Showing empathy towards other community members - -Examples of unacceptable behaviour by participants include: - -- The use of sexualized language or imagery and unwelcome sexual attention or advances -- Trolling, insulting/derogatory comments, and personal or political attacks -- Public or private harassment -- Publishing others' private information, such as a physical or electronic address, without explicit permission -- Other conduct which could reasonably be considered inappropriate in a professional setting - -### Our responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable behaviour and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour. - -Project maintainers have the right and responsibility 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. - -### Attribution - -This Code of Conduct is adapted from version 1.4 of the [Contributor Covenant](http://contributor-covenant.org/version/1/4/). From 1ecfa68c11ea196c1d7ac5a29da9a24b3edf3c48 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper010 <92019526+GCHQDeveloper010@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:34:49 +0100 Subject: [PATCH 3/4] Update CONTRIBUTING.md typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a93ac74..40cce8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,5 +39,5 @@ Despite this being prototype software, we have still tried to keep the code to a Before opening a pull request, please ensure that the tests pass. See [Readme.md](./README.md) for details. ## Code of conduct -See [CODE_OF_CONDUCT.md](./CODE_OFCONDUCT.md). +See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md). From 8b35f8c1e09c0d47de30d9b04e562ee5d284525a Mon Sep 17 00:00:00 2001 From: GCHQDeveloper010 <92019526+GCHQDeveloper010@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:46:14 +0000 Subject: [PATCH 4/4] fix linting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40cce8c..528f304 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,5 +39,5 @@ Despite this being prototype software, we have still tried to keep the code to a Before opening a pull request, please ensure that the tests pass. See [Readme.md](./README.md) for details. ## Code of conduct -See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md). +See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).