Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.77 KB

File metadata and controls

59 lines (41 loc) · 2.77 KB

Contributing to PIMActivation

Thank you for your interest in contributing to PIMActivation! We welcome contributions from the community to help make PIM management better for everyone.

📖 Full Documentation

For comprehensive contribution guidelines, technical setup, and detailed information, please visit our Contributing Guide in the Wiki.

🚀 Quick Start

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/[YourUsername]/PIMActivation.git
  3. Create a feature branch: git checkout -b feature/amazing-feature
  4. Make your changes
  5. Test thoroughly with PowerShell 7+
  6. Commit with clear messages: git commit -m 'Add amazing feature'
  7. Push to your branch: git push origin feature/amazing-feature
  8. Open a Pull Request

🤝 Ways to Contribute

  • 🐛 Bug Reports: Found something broken? Open an issue
  • ✨ Feature Requests: Have an idea? Suggest it
  • 📚 Documentation: Help improve docs, examples, or wiki content
  • 🧪 Testing: Add unit tests or help with manual testing
  • 💻 Code: Fix bugs, add features, or improve performance

📋 Before You Submit Make Sure

  • ✅ Code follows PowerShell best practices
  • ✅ Changes work on PowerShell 7+
  • ✅ Documentation is updated if needed
  • ✅ Commit messages are clear and descriptive

🤖 AI-Assisted Development

We embrace modern development practices including AI-assisted programming. If you use AI tools (GitHub Copilot, Claude, ChatGPT) for significant portions of your contribution, please mention it in your PR description. All code must be thoroughly understood, tested, and validated regardless of its origin.

❓ Questions?

📄 License

By contributing, you agree that your contributions will be licensed under the same MIT License that covers this project.


Ready to dive deeper? Visit our comprehensive Contributing Guide in the Wiki for:

  • Detailed development environment setup
  • Code style guidelines and standards
  • Testing requirements and procedures
  • Pull request process and checklist
  • Architecture documentation
  • And much more!

Thank you for helping make PIMActivation better! 🎉