Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.3 KB

File metadata and controls

40 lines (24 loc) · 1.3 KB

Contributing to Performance-Decorators

🌟 Thank You for Considering to Contribute! Your involvement is crucial in making Performance-Decorators an excellent tool.

Starting Point

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.

Forking and Branching

✅ Fork Performance-Decorators and create a descriptive branch for your work, like 325-add-japanese-translations for issue #325.

Setting Up

  • Ensure your Node.js version is recent.
  • Install dependencies: npm install
  • Verify your setup by running: npm test

Implementing Your Fix or Feature

Now you're set to make your changes. Feel free to reach out for help if needed.

Pull Request Process

  • Sync your master branch with Performance-Decorators's master.
  • Update your feature branch and push it.
  • Create a Pull Request on GitHub.

Keeping Your Pull Request Updated

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

Appreciation for Your Contribution

Your contributions are valuable. We encourage following the Code of Conduct in all interactions within the community.