-
Notifications
You must be signed in to change notification settings - Fork 191
GiveWP Development Handbook
This handbook defines the standards by which GiveWP developers and contributors may work together to maintain and improve the code base over time.
The GiveWP approach to development can be described as a modified agile workflow. This workflow leverages aspects of Scrum and Kanban frameworks with a focus on transparency, inspection, and adaptation. The goal is to release usable code more frequently with continual testing along the way.
The Manifesto for Agile Software Development is based on twelve principles:
- Customer satisfaction by early and continuous delivery of valuable software
- Welcome changing requirements, even in late development
- Working software is delivered frequently (weeks rather than months)
- Close, daily cooperation between business people and developers
- Projects are built around motivated individuals, who should be trusted
- Face-to-face conversation is the best form of communication (co-location)
- Working software is the primary measure of progress
- Sustainable development, able to maintain a constant pace
- Continuous attention to technical excellence and good design
- Simplicity—the art of maximizing the amount of work not done—is essential
- Best architectures, requirements, and designs emerge from self-organizing teams
- Regularly, the team reflects on how to become more effective, and adjusts accordingly
GiveWP's development workflow borrows heavily from agile development with some tweaks to reflect the remote nature of the team and its tools. This handbook documents the processes, tools, and standards by which we communicate.
Adhering to the standards within this handbook will result in:
- Improved clarity of the relationship between issues, commit messages, and pull requests.
- Faster comprehension of changes without having to dig into the code.
- Reduced difficulty of naming things through formal guidelines.
- More granular version control in the event that changes need reverted.
- Faster onboarding of new team members through well-documented guidelines and procedures.
- Less friction for community contributors wondering how to communicate changes.
This Wiki is focused on GiveWP development. For help using our WordPress plugin, head over to our website where you'll find Plugin Documentation and Support.