Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

File metadata and controls

32 lines (21 loc) · 1.03 KB

Contributing to Aligna

Thanks for your interest in improving Aligna! We value simplicity and clarity.

How to Contribute

  1. Suggestions: Open an issue using the feedback template
  2. Improvements: Submit a pull request with your changes
  3. Questions: Start a discussion in the issues section

Principles

  • Keep it simple: Favor minimalism over complexity
  • Be clear: Write in plain language that's easy to understand
  • Stay focused: Contributions should align with our core goals

Documentation Standards

Markdown Formatting

  • Follow the project's markdown linting rules (see .markdownlint.json)
  • Include blank lines before and after headings, lists, and code blocks
  • Use language specifiers for code blocks (e.g., ```javascript)
// Example code block
console.log("Hello, world!");
  • Keep line lengths reasonable for readability

We review all contributions promptly and appreciate your help making review processes better for everyone!