From d94242513e7a4b62b8b9e98f614a5f46cd2967a0 Mon Sep 17 00:00:00 2001 From: Smriti Naik <64346825+shruti1421@users.noreply.github.com> Date: Tue, 23 Feb 2021 22:59:50 +0530 Subject: [PATCH 1/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2674f57..85d99d3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ * Follow our [Commit Message Style Guide](https://github.com/anitab-org/mentorship-android/wiki/Commit-Message-Style-Guide) when you commit your changes. * Please consider raising an issue before submitting a pull request (PR) to solve a problem that is not present in our [issue tracker](https://github.com/anitab-org/anitab-org.github.io/issues). This allows maintainers to first validate the issue you are trying to solve and also reference the PR to a specific issue. * When developing a new feature, include at least one test when applicable. -* When submitting a PR, please follow [this template](.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) (which will probably be already filled up once you create the PR). +* When submitting a PR, please follow [this template](.github/PULL_REQUEST_TEMPLATE.md ) (which will probably be already filled up once you create the PR). * When submitting a PR with changes to user interface (e.g.: new screen, ...), please add screenshots to the PR description. * When you are finished with your work, please squash your commits otherwise we will squash them on your PR (this can help us maintain a clear commit history). * When creating an issue to report a bug in the project, please follow our [bug_report.md](.github/ISSUE_TEMPLATE/bug_report.md) template. From 2507bec6cccdd44c6765d627446cadbcc5435efe Mon Sep 17 00:00:00 2001 From: Smriti Naik <64346825+shruti1421@users.noreply.github.com> Date: Sat, 27 Feb 2021 01:58:45 +0530 Subject: [PATCH 2/2] Create CONTRIBUTING.md --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index eb27a177..cba3ea5e 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -5,7 +5,7 @@ * Follow our [Commit Message Style Guide](https://github.com/anitab-org/mentorship-android/wiki/Commit-Message-Style-Guide) when you commit your changes. * Please consider raising an issue before submitting a pull request (PR) to solve a problem that is not present in our [issue tracker](https://github.com/anitab-org/anitab-org.github.io/issues). This allows maintainers to first validate the issue you are trying to solve and also reference the PR to a specific issue. * When developing a new feature, include at least one test when applicable. -* When submitting a PR, please follow [this template](.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) (which will probably be already filled up once you create the PR). +* When submitting a PR, please follow [this template](https://github.com/anitab-org/anitab-org.github.io/blob/develop/.github/PULL_REQUEST_TEMPLATE.md) (which will probably be already filled up once you create the PR). * When submitting a PR with changes to user interface (e.g.: new screen, ...), please add screenshots to the PR description. * When submitting a PR, please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/wiki/Prepare-testing-GitHub-Pages-for-your-PR), copy the link and place it in your PR. * When you are finished with your work, please squash your commits otherwise we will squash them on your PR (this can help us maintain a clear commit history).