Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 1.32 KB

Contributing

Whether you're fixing a bug, adding a feature, or improving documentation, your help is appreciated. Here's how you can contribute:

Reporting Issues and Suggestions

  • Report Bugs: Encountered a bug? Please report it using the bug report template. Include detailed steps to reproduce, expected behavior, and any relevant screenshots or logs.
  • Feature Requests: Submit it using the feature request template. Describe your idea and how it will improve seasonpackarr.

Code Contributions

  • Fork and Clone: Fork the seasonpackarr repository and clone it to start working on your changes.
  • Branching: Create a new branch for your changes. Use a descriptive name for easy understanding.
  • Coding: Ensure your code is well-commented for clarity.
  • Commit Guidelines: We appreciate the use of Conventional Commit Guidelines when writing your commits.
    • There is no need for force pushing or rebasing. I squash commits on merge to keep the history clean and manageable.
  • Pull Requests: Submit a pull request with a clear description of your changes. Reference any related issues.
  • Code Review: Be open to feedback during the code review process.