From b8cea2e0c057cc33c085ae0541b930130f4ce0e3 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 20 Nov 2024 04:18:40 -0800 Subject: [PATCH 1/3] Update `CONTRIBUTING.md` reference Signed-off-by: Emmanuel Ferdman --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index be3c68352aa..f18ec06ab1d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -41,7 +41,7 @@ To contribute code to ODK Collect, you will need to open a [pull request](https: git push -1. Once you have completed your code changes, verify that you have followed the [style guidelines](https://github.com/getodk/collect/blob/master/CONTRIBUTING.md#style-guidelines). +1. Once you have completed your code changes, verify that you have followed the [style guidelines](https://github.com/getodk/collect/blob/master/docs/CONTRIBUTING.md#style-guidelines). 1. When your changes are ready to be added to the core ODK Collect project, [open a pull request](https://help.github.com/articles/creating-a-pull-request/). Make sure to set the base fork to `getodk/collect`. Describe your changes in the comment, refer to any relevant issues using [keywords for closing issues](https://help.github.com/articles/closing-issues-via-commit-messages/) and tag any person you think might need to know about the changes. From 1b60f9987a2432d99a51cd8a4effd74e890df3fb Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 20 Nov 2024 04:21:40 -0800 Subject: [PATCH 2/3] Update style guidelines in `CONTRIBUTING.md` Signed-off-by: Emmanuel Ferdman --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f18ec06ab1d..76bd766aa10 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -41,7 +41,7 @@ To contribute code to ODK Collect, you will need to open a [pull request](https: git push -1. Once you have completed your code changes, verify that you have followed the [style guidelines](https://github.com/getodk/collect/blob/master/docs/CONTRIBUTING.md#style-guidelines). +1. Once you have completed your code changes, verify that you have followed the [style guidelines](https://github.com/getodk/collect/blob/master/docs/CODE-GUIDELINES.md). 1. When your changes are ready to be added to the core ODK Collect project, [open a pull request](https://help.github.com/articles/creating-a-pull-request/). Make sure to set the base fork to `getodk/collect`. Describe your changes in the comment, refer to any relevant issues using [keywords for closing issues](https://help.github.com/articles/closing-issues-via-commit-messages/) and tag any person you think might need to know about the changes. From 311ba94f1baab26f67bf4dbe83f8abf069363f27 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 21 Nov 2024 04:48:14 -0800 Subject: [PATCH 3/3] Update style guidelines in `CONTRIBUTING.md` Signed-off-by: Emmanuel Ferdman --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 76bd766aa10..bfb115777fe 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -41,7 +41,7 @@ To contribute code to ODK Collect, you will need to open a [pull request](https: git push -1. Once you have completed your code changes, verify that you have followed the [style guidelines](https://github.com/getodk/collect/blob/master/docs/CODE-GUIDELINES.md). +1. Once you have completed your code changes, verify that you have followed the [style guidelines](CODE-GUIDELINES.md). 1. When your changes are ready to be added to the core ODK Collect project, [open a pull request](https://help.github.com/articles/creating-a-pull-request/). Make sure to set the base fork to `getodk/collect`. Describe your changes in the comment, refer to any relevant issues using [keywords for closing issues](https://help.github.com/articles/closing-issues-via-commit-messages/) and tag any person you think might need to know about the changes.