Contributing to this project

Contributions to this project are always welcome. As a contributor, here are the guidelines we would like you to follow:

Code of Conduct

Help keep this project open and inclusive. Please read and follow the Code of Conduct.

Feature Request

You can request a new feature by submitting an issue to our repository.

Submitting an Issue

Before submitting an issue, search the archive.

Submitting a Pull Request (PR)

Before submitting your PR:

git push my-fork my-fix-branch

Then open a Pull Request to master.

After your pull request is merged

You can safely delete your fork and pull the updated main branch.

Coding Rules

Commit Message Guidelines

Commit messages should describe what changed and reference the issue ID.

git commit -m "#178 Removes obsolete functions from base_app's views file"