- Introduction
- Contributing
- Setting Up on your machine
- Resources for Beginners
- Documentation
- Code Reviews
- Feature Requests
- Spreading the Word
Clippy is an online clipboard tool, to solve the age-old problem of coping and pasting a breeze, it also comes with features like file sharing. Clippy is made with Nextjs and uses MongoDB for storage.
Raise and issue; Get assigned and then work on fixing the issue. We welcome contributions to clippy! Follow these steps to contribute:
-
Fork the Repository: Create your own copy of the repository on your GitHub account.
-
Clone the Repository : Clone the repository for making commits.
git clone https://github.com/subinoybiswas/clippy.git
- Create a New Branch for your feature or bug fix: Make a separate branch to work on specific features or fixes and switch to the correct branch.
git checkout -b <new-branch-name>
- Make Changes and commit them: Implement your changes and save them with a descriptive commit message.
git add .
git commit -m "Describe your changes"
- Push Your Changes to your fork: Upload your committed changes to your GitHub fork.
git push origin <branch_name>
- Create a Pull Request ✅: Propose your changes to be merged into the original repository.
- Always work on a new branch for each issue or feature.
- Keep your branch up to date with the main repository's master branch.
- Write clear and descriptive commit messages.
- Test your changes thoroughly before submitting a pull request.
- Go to the project's issues section.
- Select the appropriate template for your issue.
- Provide a detailed description of the issue.
- Wait for the issue to be assigned before starting to work on it.
- Ensure that you have self reviewed your code.
- Make sure you have added the proper description for the functionality of the code.
- I have commented my code, particularly in hard-to-understand areas.
- Add screenshot it help in review.
- Submit your PR by giving the necesarry information in PR template and hang tight we will review it really soon.
Navigate into the project directory and install the dependencies using your preferred package manager. For example, if you're using npm:
npm install
This project requires environment variables for MongoDB connection. Create a .env file in the root directory of the project and add the following variables:
MONGODB_URI=<your_mongodb_uri>
MONGO_DB_NAME=<your_db_name>
MONGO_COLLECTION_NAME=<your_collection_name>
Once you have installed the dependencies and set up the environment variables, you can start the development server by running:
npm run dev
- Forking a Repo
- Cloning a Repo
- Creating a Pull Request
- Getting Started with Git and GitHub
- Learn GitHub from Scratch
- Document any significant changes or additions to the codebase.
- Provide clear explanations of the functionality, usage, and any relevant considerations.
- Be open to feedback and constructive criticism from other contributors.
- Participate in code reviews by reviewing and providing feedback.
- Suggest new features or improvements that would enhance the project.
- Share your experience and the project with others.
- Spread the word about the project on social media, developer forums, or any relevant community platforms.
Thank you for contributing to clippy! Together, we can make a significant impact. Happy coding! 🚀 Don't forget to ⭐ the repository!