🌟 Thank You for Considering to Contribute! Your involvement is crucial in making Performance-Decorators an excellent tool.
If you've identified a bug or have a feature in mind, please open an issue. It's better to get confirmation or approval before starting to code.
✅ Fork Performance-Decorators and create a descriptive branch for your work, like 325-add-japanese-translations for issue #325.
- Ensure your Node.js version is recent.
- Install dependencies:
npm install - Verify your setup by running:
npm test
Now you're set to make your changes. Feel free to reach out for help if needed.
- Sync your master branch with Performance-Decorators's master.
- Update your feature branch and push it.
- Create a Pull Request on GitHub.
If required to "rebase" your PR, it means updating your branch with recent changes. The suggested workflow is:
git pull --rebase upstream master
git push --force-with-lease 325-add-japanese-translations
Your contributions are valuable. We encourage following the Code of Conduct in all interactions within the community.