From b1647e12644f012cfbd0cb119673f909c89b9cff Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Sat, 5 Oct 2024 18:30:33 +0530 Subject: [PATCH 1/4] Added Contributing.md file for Contributors --- Contributing.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Contributing.md diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 00000000..6eea8706 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,60 @@ + + +# ๐ŸŽจ 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. + +--- + +## ๐Ÿš€ Getting Started + +1. **Fork the Repository** + Click the "Fork" button at the top-right corner to create your own copy of the repo. + +2. **Clone Your Fork** + Clone your forked repository to your local machine: + ```bash + git clone https://github.com//Collect-your-GamingTools.git + ``` + +3. **Create a New Branch** + Create a new branch for your changes: + ```bash + git checkout -b feature/your-feature-name + ``` + +--- + +## ๐Ÿ–Œ๏ธ 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! + +2. **Commit Your Changes** + Write meaningful commit messages: + ```bash + git commit -m "Add: New drawing tool feature" + ``` + +3. **Push Your Changes** + Push your changes to your forked repository: + ```bash + git push origin feature/your-feature-name + ``` + +--- + +## ๐Ÿ› ๏ธ Creating a Pull Request + +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! + +--- + +## ๐ŸŽ‰ Additional Notes + +- 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. + +Welcome to Open-Source and thank you for contributing! ๐Ÿ™Œ \ No newline at end of file From 66f902b0103c0195c6a6a8e3eb94a68232b67f50 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Sat, 5 Oct 2024 18:31:56 +0530 Subject: [PATCH 2/4] Updated README.md to provide a redirect to Contributing.md file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99f81741..238bb628 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Contributions are what make the **open-source** community such an amazing place ๐Ÿ”ƒ Open a pull request. +We welcome all contributions to improve **Collect Your GamingTools**! If you'd like to contribute, please follow the [Contributing.md](./Contributing.md) to get details on how to get started. ## ๐Ÿ‘ฅ Team From 35442a9a588368f6da15c446d3f774a492397f86 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Sat, 5 Oct 2024 18:35:30 +0530 Subject: [PATCH 3/4] Modified example of commit message in Contributing.md --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 6eea8706..1ae5bc6f 100644 --- a/Contributing.md +++ b/Contributing.md @@ -33,7 +33,7 @@ Thank you for your interest in contributing to **Collect Your GamingTools**! We 2. **Commit Your Changes** Write meaningful commit messages: ```bash - git commit -m "Add: New drawing tool feature" + git commit -m "Add: New navigation bar feature" ``` 3. **Push Your Changes** From f9afa32517ecb4c210d6bf4095e8ac7a22850664 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Sat, 5 Oct 2024 19:11:12 +0530 Subject: [PATCH 4/4] Added console emoji for Heading line --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 1ae5bc6f..10b29df9 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,6 +1,6 @@ -# ๐ŸŽจ Contributing to Collect Your GamingTools Repository +# ๐ŸŽฎ 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.