Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 974 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (31 loc) · 974 Bytes

Contributing to prompt-ez

Thanks for your interest in contributing! Here's how you can help:

Reporting Bugs

When reporting a bug:

  • Use a clear title
  • Describe how to reproduce the issue
  • Include examples if possible

Suggesting Features

When suggesting new features:

  • Use a clear title
  • Describe how the feature would work
  • Explain why it would be useful
  • Include examples if possible

Pull Requests

When submitting a PR:

  • Follow TypeScript best practices
  • Add tests if needed
  • Document your code
  • End files with a newline

Code Style

  • Use TypeScript and follow ESLint rules
  • Write clear commit messages
  • Use present tense in commits ("Add feature" not "Added feature")
  • Keep commit messages under 72 characters

Issue Labels

We use these labels:

  • bug: Bug reports
  • enhancement: Feature requests
  • documentation: Documentation changes
  • good first issue: Good for new contributors

Thanks for helping make prompt-ez better!