-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added: Contributing.md file. #127
Merged
swaraj-das
merged 4 commits into
swaraj-das:main
from
rajdeepchakraborty-rc:contributing
Oct 5, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
b1647e1
Added Contributing.md file for Contributors
rajdeepchakraborty-rc 66f902b
Updated README.md to provide a redirect to Contributing.md file
rajdeepchakraborty-rc 35442a9
Modified example of commit message in Contributing.md
rajdeepchakraborty-rc f9afa32
Added console emoji for Heading line
rajdeepchakraborty-rc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/<your-github-username>/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 navigation bar 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! 🙌 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code is well.