From e338b5429ee7f288e567b5d4198851092a3d46a4 Mon Sep 17 00:00:00 2001 From: Noey Phone <144805088+Me149235472@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:05:36 +0700 Subject: [PATCH 1/3] Update SECURITY.md --- SECURITY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index d9a8762b..b22df845 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,22 @@ Thanks for helping make GitHub safe for everyone. +License +Copyright 2024 GitHub + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT ## Security GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [GitHub](https://github.com/GitHub). From 969f6590f288f7244a83fe0e4a61b35a8dce376b Mon Sep 17 00:00:00 2001 From: Noey Phone <144805088+Me149235472@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:29:02 +0700 Subject: [PATCH 2/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f301de7d..baf1d348 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ ## Contributing - +https://discordstatus.com/# Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the project's open source license. From 94e1c5da1d9a5cc13d3bcba98bac194e50131dd0 Mon Sep 17 00:00:00 2001 From: Noey Phone <144805088+Me149235472@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:11:14 +0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index baf1d348..1265d132 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ ## Contributing +Contributing https://discordstatus.com/# Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. @@ -16,6 +17,23 @@ Please note that this project is released with a Contributor Code of Conduct. By 0. Push to your fork and submit a pull request 0. Pat your self on the back and wait for your pull request to be reviewed and merged. +Here are a few things you can do that will # +Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. + +Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the project's open source license. + +Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. + +## Submitting a pull request + +0. Fork and clone the repository +0. Configure and install the dependencies: `script/bootstrap` +0. Make sure the tests pass on your machine: `script/cibuild` +0. Create a new branch: `git checkout -b my-branch-name` +0. Make your change, add tests, and make sure the tests still pass +0. Push to your fork and submit a pull request +0. Pat your self on the back and wait for your pull request to be reviewed and merged. + Here are a few things you can do that will increase the likelihood of your pull request being accepted: - Follow standards for style and code quality.