Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 579 Bytes

File metadata and controls

29 lines (20 loc) · 579 Bytes

Contributing

Thanks for helping improve Markdown Header List.

Development Setup

  • Windows
  • Notepad++
  • MSYS2 / MinGW-w64

Build

cd src
make

Guidelines

  • Keep changes focused and small when possible
  • Do not commit generated binaries such as *.dll
  • Update README.md and README.zh-CN.md if behavior or usage changes
  • If you add UI text, update both English and Chinese documentation when practical

Pull Requests

  • Describe what changed and why
  • Include screenshots when UI changes are involved
  • Mention any build or runtime limitations