Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

35 lines (28 loc) · 1.59 KB

Thanks for taking the time to contribute! ❤️

All types of contributions are encouraged and valued, no matter if it's a bug report 🐛, a feature request 💡, or a Pull Request 🚀.

Contributing code

  1. 🔀 Fork the repo
  2. 💻 Open the repo in your editor
  3. 👨‍💻 Add your changes to your workspace
  4. 🔖 Commit & push your changes
  5. 🔁 Open a PR to get your changes merged
  6. 🧪 Let the tests run to make sure everything works
  7. 🚀 Profit!

🚀 For a seamless coding experience, we recommend using VS Code or GitHub Codespaces as your editor! With VS Code's extensions and customizable settings, you can tailor your environment to suit your preferences. 🌟 Plus, for GitHub Codespaces users, we provide a devcontainer.json config for a ready-to-use development environment. 🛠️ Enhance your coding productivity and enjoyment with these powerful editors! 😊

We use EditorConfig to specify the spacing and file conventions for this project. Make sure you try to conform with it. Editors like VS Code have extensions that will do this automatically for you! 😉