From e6fe2bb47ed457fb7e548cd1c41fc581efd328bf Mon Sep 17 00:00:00 2001 From: Milan P Samuel Date: Tue, 22 Oct 2024 15:37:45 +0530 Subject: [PATCH 1/2] Done some enhancements and also added some new sections --- Contributing.md | 262 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 234 insertions(+), 28 deletions(-) diff --git a/Contributing.md b/Contributing.md index 10b29df9..97c4dc16 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,31 +1,237 @@ +# Contributing To Collect Your GamingTools Repository ๐ŸŽฎ +Thank you for your interest in contributing to **Collect Your GamingTools**! Weโ€™re excited to see what creative ideas you bring. Follow these simple guidelines below to get started. -# ๐ŸŽฎ Contributing to Collect Your GamingTools Repository +
-Thank you for your interest in contributing to **Collect Your GamingTools**! Weโ€™re excited to see what creative ideas you bring. Follow these simple guidelines below to get started. +# Code of Conduct ๐Ÿ“ƒ ---- +Please read and follow our [Code of Conduct.](https://github.com/swaraj-das/Collect-your-GamingTools/blob/main/CODE_OF_CONDUCT.md) -## ๐Ÿš€ Getting Started +
-1. **Fork the Repository** - Click the "Fork" button at the top-right corner to create your own copy of the repo. +# Need Help With The Basics? ๐Ÿค” -2. **Clone Your Fork** - Clone your forked repository to your local machine: - ```bash - git clone https://github.com//Collect-your-GamingTools.git - ``` +If you're new to Git and GitHub, no worries! Here are some useful resources: -3. **Create a New Branch** - Create a new branch for your changes: - ```bash - git checkout -b feature/your-feature-name - ``` +- [Forking a Repository](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) +- [Cloning a Repository](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request) +- [How to Create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github) +- [Getting Started with Git and GitHub](https://towardsdatascience.com/getting-started-with-git-and-github-6fcd0f2d4ac6) +- [Learn GitHub from Scratch](https://docs.github.com/en/get-started/start-your-journey/git-and-github-learning-resources) + +
+ +# Project Structure ๐Ÿ“‚ + +```bash +COLLECT-YOUR-GAMINGTOOLS/ +โ”œโ”€โ”€ .github/ # GitHub-related configurations such as workflows, issue templates, etc +โ”‚ +โ”œโ”€โ”€ backend/ # All the components of the project +โ”‚ +โ”œโ”€โ”€ contributor/ # Contributor page in the project +โ”‚ +โ”œโ”€โ”€ images/ # All the images in the project +โ”‚ +โ”œโ”€โ”€ Loader/ # Loading paging for the project +โ”‚ +โ”œโ”€โ”€ login/ # Login page in the project +โ”‚ +โ”œโ”€โ”€ Policies/ # Privacy and other policies for the project +โ”‚ +โ”œโ”€โ”€ popup/ # Pop Up action for the project +โ”‚ +โ”œโ”€โ”€ SignUp/ # Sign Up page in the project +โ”‚ +โ”œโ”€โ”€ .gitattributes/ +โ”‚ +โ”œโ”€โ”€ aboutus.html # About us page in the project +โ”œโ”€โ”€ +โ”œโ”€โ”€ CODE_OF_CONDUCT.md # Some rules for the contributors +โ”œโ”€โ”€ +โ”œโ”€โ”€ CONTRIBUTING.md # Instructions for the contributors +โ”œโ”€โ”€ +โ”œโ”€โ”€ darkMode.js +โ”œโ”€โ”€ +โ”œโ”€โ”€ docker-compose.yml +โ”œโ”€โ”€ +โ”œโ”€โ”€ Dockerfile +โ”œโ”€โ”€ +โ”œโ”€โ”€ index.html # Main page of the project +โ”œโ”€โ”€ +โ”œโ”€โ”€ LICENSE # A set of permissions to do something +โ”œโ”€โ”€ +โ”œโ”€โ”€ manifest.json +โ”œโ”€โ”€ +โ”œโ”€โ”€ pull_request_template.md +โ”œโ”€โ”€ +โ”œโ”€โ”€ README.md # Some instructions about the contribution +โ”œโ”€โ”€ +โ”œโ”€โ”€ script.js +โ”œโ”€โ”€ +โ”œโ”€โ”€ SECURITY.md +โ”œโ”€โ”€ +โ”œโ”€โ”€ service-worker.js +โ”œโ”€โ”€ +โ”œโ”€โ”€ style.css # Stylesheet document of the project +โ”œโ”€โ”€ +``` + +
+ +# Getting Started ๐Ÿš€ + +1. **Star this repository** + Click on the top right corner marked as **Stars** at last. + +2. **Fork this repository** + Click on the top right corner marked as **Fork** at second last. + +3. **Clone the forked repository** + +```bash +git clone https://github.com//Collect-your-GamingTools.git +``` + +4. **Navigate to the project directory** + +```bash +cd Collect-your-GamingTools +``` + +5. **Create a new branch** + +```bash +git checkout -b +``` + +6. **To make changes** + +```bash +git add . +``` + +7. **Now to commit** + +```bash +git commit -m "add comment according to your changes or addition of features inside this" +``` + +8. **Push your local commits to the remote repository** + +```bash +git push -u origin +``` + +9. **Create a Pull Request** + +10. **Congratulations! ๐ŸŽ‰ you've made your contribution** + +
+ +# Alternatively, contribute using GitHub Desktop ๐Ÿ–ฅ๏ธ + +1. **Open GitHub Desktop:** + Launch GitHub Desktop and log in to your GitHub account if you haven't already. + +2. **Clone the Repository:** +- If you haven't cloned the Project-Guidance repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository." +- Choose the Project-Guidance repository from the list of repositories on GitHub and clone it to your local machine. + +3.**Switch to the Correct Branch:** +- Ensure you are on the branch that you want to submit a pull request for. +- If you need to switch branches, you can do so by clicking on the "Current Branch" dropdown menu and selecting the desired branch. + +4. **Make Changes:** +- Make your changes to the code or files in the repository using your preferred code editor. + +5. **Commit Changes:** +- In GitHub Desktop, you'll see a list of the files you've changed. Check the box next to each file you want to include in the commit. +- Enter a summary and description for your changes in the "Summary" and "Description" fields, respectively. Click the "Commit to " button to commit your changes to the local branch. ---- +6. **Push Changes to GitHub:** +- After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub. -## ๐Ÿ–Œ๏ธ Making Changes +7. **Create a Pull Request:** +- Go to the GitHub website and navigate to your fork of the Project-Guidance repository. +- You should see a button to "Compare & pull request" between your fork and the original repository. Click on it. + +8. **Review and Submit:** +- On the pull request page, review your changes and add any additional information, such as a title and description, that you want to include with your pull request. +- Once you're satisfied, click the "Create pull request" button to submit your pull request. + +9. **Wait for Review:** +Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the Project-Guidance repository. + +
+ +# For Help And Support ๐Ÿ’ฌ + +- Admin Github Profile:- [SWARAJ DAS](https://github.com/swaraj-das) +- Contact :- [Email](swarajdas625w@gmail.com) + +
+ +# Good Coding Practices ๐Ÿง‘โ€๐Ÿ’ป + +1. **Follow the Project's Code Style** + + - Maintain consistency with the existing code style (indentation, spacing, comments). + - Use meaningful and descriptive names for variables, functions, and classes. + - Keep functions short and focused on a single task. + - Avoid hardcoding values; instead, use constants or configuration files when possible. + +2. **Write Clear and Concise Comments** + + - Use comments to explain why you did something, not just what you did. + - Avoid unnecessary comments that state the obvious. + - Document complex logic and functions with brief explanations to help others understand your thought -process. + +3. **Keep Code DRY (Don't Repeat Yourself)** + + - Avoid duplicating code. Reuse functions, methods, and components whenever possible. + - If you find yourself copying and pasting code, consider creating a new function or component. + +4. **Write Tests** + + - Write unit tests for your functions and components. + - Ensure your tests cover both expected outcomes and edge cases. + - Run tests locally before making a pull request to make sure your changes donโ€™t introduce new bugs. + +5. **Code Reviews and Feedback** + + - Be open to receiving constructive feedback from other contributors. + - Conduct code reviews for others and provide meaningful suggestions to improve the code. + - Always refactor your code based on feedback to meet the project's standards. + +
+ +# Pull Request Process ๐Ÿš€ + +When submitting a pull request, please adhere to the following: + +1. **Self-review your code** before submission. ๐Ÿ˜€ +2. Include a detailed description of the functionality youโ€™ve added or modified. +3. Comment your code, especially in complex sections, to aid understanding. +4. Add relevant screenshots to assist in the review process. +5. Submit your PR using the provided template and hang tight; we'll review it as soon as possible! ๐Ÿš€ + +
+ +# Issue Report Process ๐Ÿ“Œ + +To report an issue, follow these steps: + +1. Navigate to the project's issues section :- [Issues](https://github.com/swaraj-das/Collect-your-GamingTools/issues/new/choose) +2. Please kindly choose the appropriate template according to your issue. +3. Provide a clear and concise description of the issue. +4. Wait until someone looks into your report. +5. Begin working on the issue only after you have been assigned to it. ๐Ÿš€ + +
+ +# Making Changes ๐Ÿ–Œ๏ธ 1. **Code Changes** Make your modifications, ensuring they align with the projectโ€™s coding standards and code of conduct. Add exciting features, enriching documentation or squash bugs! @@ -42,19 +248,19 @@ Thank you for your interest in contributing to **Collect Your GamingTools**! We git push origin feature/your-feature-name ``` ---- +
+ +# Additional Notes ๐ŸŽ‰ -## ๐Ÿ› ๏ธ Creating a Pull Request +- Make sure to sync your fork with the latest changes from the original repo before pushing new features. +- Respect coding conventions and keep your code clean. Comment your changes for ease in review. -1. Once your changes are pushed, create a pull request (PR) on the original repository. -2. Provide a detailed description of your changes and link any relevant issues. Provide relevant images/videos, if any. -3. Wait for reviews and engage with feedback! +Welcome to Open-Source and thank you for contributing! ๐Ÿ™Œ ---- +
-## ๐ŸŽ‰ Additional Notes +# Thank you for contributing ๐Ÿ’— -- Make sure to sync your fork with the latest changes from the original repo before pushing new features. -- Respect coding conventions and keep your code clean. Comment your changes for ease in review. +We truly appreciate your time and effort to help improve our project. Feel free to reach out if you have any questions or need guidance. Happy coding! ๐Ÿš€ -Welcome to Open-Source and thank you for contributing! ๐Ÿ™Œ \ No newline at end of file +## \ No newline at end of file From c841ab8ca1243ea96c73b647c2e565e4c5263d88 Mon Sep 17 00:00:00 2001 From: Milan P Samuel Date: Tue, 22 Oct 2024 15:48:56 +0530 Subject: [PATCH 2/2] fixed some small changes --- Contributing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Contributing.md b/Contributing.md index 97c4dc16..9c823df2 100644 --- a/Contributing.md +++ b/Contributing.md @@ -136,8 +136,8 @@ git push -u origin Launch GitHub Desktop and log in to your GitHub account if you haven't already. 2. **Clone the Repository:** -- If you haven't cloned the Project-Guidance repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository." -- Choose the Project-Guidance repository from the list of repositories on GitHub and clone it to your local machine. +- If you haven't cloned the project repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository." +- Choose the project repository from the list of repositories on GitHub and clone it to your local machine. 3.**Switch to the Correct Branch:** - Ensure you are on the branch that you want to submit a pull request for. @@ -154,7 +154,7 @@ git push -u origin - After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub. 7. **Create a Pull Request:** -- Go to the GitHub website and navigate to your fork of the Project-Guidance repository. +- Go to the GitHub website and navigate to your fork of the project repository. - You should see a button to "Compare & pull request" between your fork and the original repository. Click on it. 8. **Review and Submit:** @@ -162,7 +162,7 @@ git push -u origin - Once you're satisfied, click the "Create pull request" button to submit your pull request. 9. **Wait for Review:** -Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the Project-Guidance repository. +Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the project repository.
@@ -215,7 +215,7 @@ When submitting a pull request, please adhere to the following: 2. Include a detailed description of the functionality youโ€™ve added or modified. 3. Comment your code, especially in complex sections, to aid understanding. 4. Add relevant screenshots to assist in the review process. -5. Submit your PR using the provided template and hang tight; we'll review it as soon as possible! ๐Ÿš€ +5. Submit your PR using the provided template and hang tight; we'll review it as soon as possible!