Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.35 KB

File metadata and controls

37 lines (30 loc) · 1.35 KB

📄 Generic repository template

Linting

Features

Using this template

  1. Click "Use this template" on GitHub to create your repository.
  2. Replace the LICENSE file if you prefer a different license.
  3. Review workflows under .github/workflows and adjust them to your needs.
  4. Customize the configuration files:
    • .editorconfig sets editor rules.
    • .gitattributes manages export rules.
    • .imgbotconfig controls image optimization.
    • .markdownlint.yml and .markdownlint-cli2.yaml define Markdown lint rules.
    • cspell.config.yml configures spell checking.
    • .coderabbit.yaml contains CodeRabbit settings.
    • .vscode/ provides recommended settings for VS Code.
  5. Update documents in .github/ such as CONTRIBUTING.md to match your policies.

License

MIT