Run go fmt ./...
before making any PR.
While making contributions to Octavius, please adhere to these guidelines while creating a new issues/PRs.
Use one of the following declaration types to specify your issue/pr title. Titles should be short, less than 50 characters. Please be crisp and simple while specifying titles.
For a PR, please also refer the corresponding issue in the title and in the description.
- feat: <title> - To create/suggest a feature request.
- fix: <title> <issue-number> - To point to a bug in the present code on master.
- story: <title> - To add a new story.
Provide all the relevant information needed to let others know what it is about. Dont forget to provide the corresponding issue number this PR solves, if applicable.
You can also provide a checklist of suggested additions, if applicable.
- Option 1
- Option 2
The present state of the application.
The state expected after this issue is solved.
Provide sreenshots, if applicable.