When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Each change should be submitted as a separate commit using the Conventional Commits standard. There still can be multiple commits in a single pull request but they each should represent an individual change. For example the following could be submitted as a single pull request.
fix: issue with loading .env files
docs: updated the contributing guidelines
feat: added support for loading .env files with comments
However smaller more frequent pull requests is preferred over larger ones to make it easier on reviewers.