Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 701 Bytes

File metadata and controls

24 lines (17 loc) · 701 Bytes

Contribution Guidelines

Adding a project

To add a project, submit a pull request with the following:

  • Make sure the project uses Lightpanda in a meaningful way.
  • Add a link with a short, clear description.
  • Use the format: - [Project Name](link) - Short description ending with a period.
  • Add the project to the appropriate section.
  • Keep descriptions concise (one sentence when possible).
  • Check your spelling and grammar.
  • Make sure your text editor is set to remove trailing whitespace.

Updating your pull request

If asked to make changes, you can amend your existing commit and force push:

git commit --amend
git push --force

Thank you for your suggestions!