-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONTRIBUTING
More file actions
47 lines (28 loc) · 1.95 KB
/
Copy pathCONTRIBUTING
File metadata and controls
47 lines (28 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Contributing
Thank you for considering contributing to DeployerPHP! We welcome contributions of all kinds: bug reports, documentation improvements, and code changes.
## How to Contribute
1. **Bug Reports**: Open an issue with a clear description and steps to reproduce
2. **Feature Requests**: Open an issue describing the use case and proposed solution
3. **Pull Requests**: Fork the repo, create a branch, make your changes, and submit a PR
For significant changes, please open an issue first to discuss your approach.
## Using Claude Code
If you use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), check out my [dotclaude](https://github.com/loadinglucian/dotclaude) repository for rules, commands and agents that I've used to streamline my workflow while working on DeployerPHP.
Or if you use [Codex](https://openai.com/codex/), [Cursor](https://cursor.com) or [OpenCode](https://opencode.ai/), I have a [dotagents](https://github.com/loadinglucian/dotagents) repository with equivalent agent SKILLs.
## Code of Conduct
We are committed to providing a welcoming and harassment-free experience for everyone, regardless of background or identity.
### Expected Behavior
- Be respectful and considerate in all interactions
- Welcome newcomers and help them learn
- Accept constructive feedback gracefully
- Focus on what's best for the community
### Unacceptable Behavior
- Harassment, discrimination, or personal attacks
- Trolling, insults, or derogatory comments
- Publishing others' private information without consent
- Any conduct inappropriate in a professional setting
### Enforcement
Violations may be reported by contacting the maintainers. All reports will be reviewed confidentially. Consequences for violations range from a warning to a permanent ban, depending on severity.
### Attribution
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org)
---
Thank you for helping make DeployerPHP better!