From 0cecdf2937c71a99dbf661b17ba8f53f6fb379d8 Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Fri, 6 Oct 2023 01:40:30 +0530 Subject: [PATCH 1/9] Added Hacktoberfest Contributing Guidelines --- Hacktoberfest_Contribution_Guideline.md | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Hacktoberfest_Contribution_Guideline.md diff --git a/Hacktoberfest_Contribution_Guideline.md b/Hacktoberfest_Contribution_Guideline.md new file mode 100644 index 0000000000..10749da7a2 --- /dev/null +++ b/Hacktoberfest_Contribution_Guideline.md @@ -0,0 +1,53 @@ +# Appwrite Hacktoberfest Contribution + +Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this README carefully to understand how to get started and make your contributions count. + +## Project Familiarization + +- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). + +## Code of Conduct + +- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. + +### Contributing Guide +Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. + +## Hacktoberfest Contribution Guidelines + +To participate in Hacktoberfest with Appwrite, follow these guidelines: + +1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. + +2. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. + +3. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. + +4. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. + +5. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. + +6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. + +## Getting Started + +1. Fork the Appwrite repository you'd like to contribute to. + +2. Clone your forked repository to your local machine. + + ```bash + git clone https://github.com/your-username/repository-name.git + ``` +3. Create a new branch for your contribution. +```bash + git checkout -b feature/your-feature +``` +4. Make your changes, commit them, and push to your forked repository. + +```bash + git commit -m "Add your commit message here" + git push origin feature/your-feature + ``` +5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. + +Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From 16d76c2e87f4f7f725a0c14748a3cb6cfaaaa476 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:41:00 +0530 Subject: [PATCH 2/9] Update Hacktoberfest_Contribution_Guideline.md Co-authored-by: Vincent (Wen Yu) Ge --- Hacktoberfest_Contribution_Guideline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hacktoberfest_Contribution_Guideline.md b/Hacktoberfest_Contribution_Guideline.md index 10749da7a2..ec0b56c636 100644 --- a/Hacktoberfest_Contribution_Guideline.md +++ b/Hacktoberfest_Contribution_Guideline.md @@ -2,7 +2,7 @@ Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this README carefully to understand how to get started and make your contributions count. -## Project Familiarization +## Familiarize with the project - Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). From d43e4f20aa9494a1b2e8ed05b7204295e6ddb165 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:47:02 +0530 Subject: [PATCH 3/9] Made requested changes --- HACKTOBERFEST.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 HACKTOBERFEST.md diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md new file mode 100644 index 0000000000..0c24db4486 --- /dev/null +++ b/HACKTOBERFEST.md @@ -0,0 +1,54 @@ +# Appwrite hacktoberfest contribution + +Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this carefully to understand how to get started and make your contributions count. + +## Familiarize with the project + +- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). + +## Code of Conduct + +- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. + +### Contributing Guide +Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. + +## Hacktoberfest Contribution Guidelines + +To participate in Hacktoberfest with Appwrite, follow these guidelines: + +1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. Only issues labeled with `hacktoberfest` will count as a valid contribution. + +2. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. + +3. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. + +4. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. + +5. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. + + +6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. + +## Getting Started + +1. Fork the Appwrite repository you'd like to contribute to. + +2. Clone your forked repository to your local machine. + + ```bash + git clone https://github.com/your-username/repository-name.git + ``` +3. Create a new branch for your contribution. +```bash + git checkout -b TYPE-ISSUE_ID-DESCRIPTION +``` +4. Make your changes, commit them, and push to your forked repository. + +```bash + git commit -m "Add your commit message here" + git push origin feature/your-feature + ``` +5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. + +Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From 0c0c41ce8727f484cc7c5486a854933e57f3d967 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:50:22 +0530 Subject: [PATCH 4/9] Made style changes --- HACKTOBERFEST.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 0c24db4486..01cd36da13 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -37,18 +37,21 @@ To participate in Hacktoberfest with Appwrite, follow these guidelines: 2. Clone your forked repository to your local machine. ```bash - git clone https://github.com/your-username/repository-name.git - ``` -3. Create a new branch for your contribution. -```bash - git checkout -b TYPE-ISSUE_ID-DESCRIPTION -``` -4. Make your changes, commit them, and push to your forked repository. + git clone https://github.com/your-username/repository-name.git + ``` -```bash - git commit -m "Add your commit message here" - git push origin feature/your-feature - ``` +3. Create a new branch for your contribution. + + ```bash + git checkout -b TYPE-ISSUE_ID-DESCRIPTION + ``` +4. Make your changes, commit them, and push them to your forked repository. + + ```bash + git commit -m "Add your commit message here" + git push origin TYPE-ISSUE_ID-DESCRIPTION + ``` + 5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From a3627288613777fee1c57fd182e7b280a4bc9376 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:30:21 +0530 Subject: [PATCH 5/9] delete old file --- Hacktoberfest_Contribution_Guideline.md | 53 ------------------------- 1 file changed, 53 deletions(-) delete mode 100644 Hacktoberfest_Contribution_Guideline.md diff --git a/Hacktoberfest_Contribution_Guideline.md b/Hacktoberfest_Contribution_Guideline.md deleted file mode 100644 index ec0b56c636..0000000000 --- a/Hacktoberfest_Contribution_Guideline.md +++ /dev/null @@ -1,53 +0,0 @@ -# Appwrite Hacktoberfest Contribution - -Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this README carefully to understand how to get started and make your contributions count. - -## Familiarize with the project - -- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). - -## Code of Conduct - -- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. - -### Contributing Guide -Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. - -## Hacktoberfest Contribution Guidelines - -To participate in Hacktoberfest with Appwrite, follow these guidelines: - -1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. - -2. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. - -3. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. - -4. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. - -5. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. - -6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. - -## Getting Started - -1. Fork the Appwrite repository you'd like to contribute to. - -2. Clone your forked repository to your local machine. - - ```bash - git clone https://github.com/your-username/repository-name.git - ``` -3. Create a new branch for your contribution. -```bash - git checkout -b feature/your-feature -``` -4. Make your changes, commit them, and push to your forked repository. - -```bash - git commit -m "Add your commit message here" - git push origin feature/your-feature - ``` -5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. - -Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From e10bf167b994a2fea291dfaa1c2aae28a2e61da0 Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Tue, 10 Oct 2023 23:32:24 +0530 Subject: [PATCH 6/9] Added all requested changes --- HACKTOBERFEST.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 01cd36da13..6d31b33479 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -6,50 +6,50 @@ Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest - Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). -## Code of Conduct +## Code of conduct -- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. +Please ensure that you always follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md). We aim to maintain a respectful and inclusive community. + +## Contributing guide -### Contributing Guide Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. -## Hacktoberfest Contribution Guidelines +## Hacktoberfest contribution guidelines To participate in Hacktoberfest with Appwrite, follow these guidelines: -1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. Only issues labeled with `hacktoberfest` will count as a valid contribution. +1. **Valid issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. Only issues labeled with `hacktoberfest` will count as a valid contribution. -2. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. +2. **Wait for issue assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. -3. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. +3. **Label your pull requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. -4. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. +4. **Discuss new issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our [Discord server](https://appwrite.io/discord) in the `#hacktoberfest` channel. -5. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. - +5. **Be patient with pull request reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. -6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. +6. **Regular updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in being unassigned from the issue. -## Getting Started +## Getting started 1. Fork the Appwrite repository you'd like to contribute to. 2. Clone your forked repository to your local machine. ```bash - git clone https://github.com/your-username/repository-name.git + git clone https://github.com/your-username/repository-name.git ``` 3. Create a new branch for your contribution. ```bash - git checkout -b TYPE-ISSUE_ID-DESCRIPTION + git checkout -b TYPE-ISSUE_ID-DESCRIPTION ``` 4. Make your changes, commit them, and push them to your forked repository. ```bash - git commit -m "Add your commit message here" - git push origin TYPE-ISSUE_ID-DESCRIPTION + git commit -m "Add your commit message here" + git push origin TYPE-ISSUE_ID-DESCRIPTION ``` 5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. From 42da578193f7a95b9a9742f71ba7aebf7eb813c7 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:42:26 +0530 Subject: [PATCH 7/9] Update HACKTOBERFEST.md Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- HACKTOBERFEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 6d31b33479..93817c1ff8 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -4,7 +4,7 @@ Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest ## Familiarize with the project -- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). +Before you start contributing, familiarize yourself with our project by reading the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). ## Code of conduct From d70042b0664f6eed581f91eb7c80710426ec865a Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:45:00 +0530 Subject: [PATCH 8/9] Update HACKTOBERFEST.md --- HACKTOBERFEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 93817c1ff8..8d3a1312ad 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -12,7 +12,7 @@ Please ensure that you always follow our [Code of Conduct](https://github.com/ap ## Contributing guide -Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. +Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. It will help you learn about the architecture, instructions on how to update code, run tests, and submit a PR. ## Hacktoberfest contribution guidelines From dbf3f636fca51e415937cec68995c150fd5c937d Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:50:05 +0530 Subject: [PATCH 9/9] Update HACKTOBERFEST.md --- HACKTOBERFEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 8d3a1312ad..21bc4b9f4f 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -22,7 +22,7 @@ To participate in Hacktoberfest with Appwrite, follow these guidelines: 2. **Wait for issue assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. -3. **Label your pull requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. +3. **Knowing about labels**: We do not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. 4. **Discuss new issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our [Discord server](https://appwrite.io/discord) in the `#hacktoberfest` channel.