Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

49 lines (30 loc) · 1.81 KB

Contributing

🙇‍♀️ Thank you for contributing!

Issues

If you find an issue in this repository, please check if it's already known by searching the issue section, otherwise file a new one: we really appreciate it! 🚀.

You're welcome to contribute to open issues with more information or by adding :+1: on them: it will help the maintainers identify the issues to be prioritized.

Pull Requests

After opening an issue, you may want to further contribute. That's great and always appreciated! 😎

ℹ️ Please ensure that there is a pertinent issue related to what you are proposing and also make sure that someone has already reviewed it before proceeding

  1. Fork the project

  2. Follow our conventions regarding commits for your commit message

  3. Open a Pull request against master.

Commit messages

The commit message should be simple and self-explanatory.

We follow the Conventional Commits format and the general rules of great commit messages (read this!)

If a commit fixes an issue, please reference it in the commit body with Fix: #ISSUENUMBER.

Gitflow

This repository adopts a simplified branch management system as follows:

  • master is stable and gets deployed automatically. Never push directly to it;
  • feature or fix branches are derived directly from master.

Community

Want to get more involved in the community? Go to https://developers.italia.it/en/get-involved!