ecoAPM / new-repo-checklist

Checklist for new ecoAPM repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Repository Checklist

This file lists the items that all ecoAPM-owned repositories should contain, for consistency and optimal developer experience:

  • License
    • GPL for products
    • MIT for libraries
  • Readme file
    • Badges
      • Released version
      • CI pipeline
      • Test coverage
      • Quality metrics
    • Description
    • Requirements
    • Installation
    • Usage/documentation
  • Code of conduct
  • Contributing instructions
  • Dependabot configuration
  • GitHub Actions workflow
  • Release automation
  • CodeQL analysis
  • Issue templates
  • EditorConfig
  • GitHub settings
    • Features
      • Wiki off
      • Sponsorship on
      • Projects off
      • Discussions on
    • Branches
      • Merge commits off
      • Auto-delete on
    • Home Page
      • Packages off
      • Environments off
  • Labels
  • Add to OSS Dashboard

About

Checklist for new ecoAPM repositories

License:MIT License