From 650e1ab44d86664b6deab7f6cebeda40c3e1361e Mon Sep 17 00:00:00 2001 From: Terry Michaels Date: Mon, 19 Jul 2021 14:19:46 -0500 Subject: [PATCH 1/3] Updating CONTRIBUTING.md Signed-off-by: Terry Michaels --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..ba7f134922 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +Welcome to the Open 3D Engine! To learn more about contributing to the [O3DE code repo](README.md), check out the [Contributor's Guide](https://github.com/o3de/community/blob/main/CONTRIBUTING.md). + +The [O3DE community repo](https://github.com/o3de/community) contains information about how to get started, how the community organizes, and more. + +To contribute, please review our [Code of Conduct](https://github.com/o3de/o3de/blob/development/CODE_OF_CONDUCT.md) first. + +## Making contributions with the Developer Certificate of Origin (DCO) + +When contributing, your pull requests will require that you have agreed to our DCO found here: [Devloper Certificate of Origin](https://developercertificate.org/) + +You can do this by using the -s option in git. +Example: ```git commit -s -m 'my commit message'``` \ No newline at end of file From 697dfad486c69beb5ef40cbf6478d6ccd8753cd7 Mon Sep 17 00:00:00 2001 From: Terry Michaels Date: Mon, 19 Jul 2021 14:27:24 -0500 Subject: [PATCH 2/3] Fixed typo Signed-off-by: Terry Michaels --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba7f134922..5e42648397 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ To contribute, please review our [Code of Conduct](https://github.com/o3de/o3de/ ## Making contributions with the Developer Certificate of Origin (DCO) -When contributing, your pull requests will require that you have agreed to our DCO found here: [Devloper Certificate of Origin](https://developercertificate.org/) +When contributing, your pull requests will require that you have agreed to our DCO found here: [Developer Certificate of Origin](https://developercertificate.org/) You can do this by using the -s option in git. Example: ```git commit -s -m 'my commit message'``` \ No newline at end of file From bb52475ce8c37c29b35c81b379befe5a75db1de7 Mon Sep 17 00:00:00 2001 From: Terry Michaels Date: Mon, 19 Jul 2021 14:55:14 -0500 Subject: [PATCH 3/3] Updated text to be more descriptive Signed-off-by: Terry Michaels --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e42648397..0bb1c7cad6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ To contribute, please review our [Code of Conduct](https://github.com/o3de/o3de/ ## Making contributions with the Developer Certificate of Origin (DCO) -When contributing, your pull requests will require that you have agreed to our DCO found here: [Developer Certificate of Origin](https://developercertificate.org/) +When contributing, your pull requests will require that you have agreed to our DCO found here: [Developer Certificate of Origin](https://developercertificate.org/). All commits require the --signoff flag to show DCO compliance. You can do this by using the -s option in git. Example: ```git commit -s -m 'my commit message'``` \ No newline at end of file