-
Notifications
You must be signed in to change notification settings - Fork 192
Issues
Siddharth Thevaril edited this page Feb 7, 2018
·
21 revisions
{type}({scope}): {subject line}
Each issue should include a prefix with type
and scope
followed by a subject line
.
build(webpack): set `sourcemap: true` in UglifyJS plugin
doc(donors-query): improve clarity of DocBlocks
feat(reports): add summary report for all forms
style(payments-query): format class according to WPCS
fix: prevent white screen after donation
- Begin each issue title with a
{type}({scope}):
prefix. - Use the imperative mood.
- Wrap any code, such as
Class_Name
,method()
,$property
,$variable
, or@tag
, in backticks. - Write goal-oriented issue titles. Think about the problem that needs solved and turn it into a goal.
- Assign each issue an estimate of story points based on complexity. This number can be updated once the issue is better understood.
- Follow the issue template within reason. Before submitting, remove all HTML comments and any headings that do not apply. This will result in cleaner presentation of issue when it is consumed via an API by third-party apps like Slack.
- Do not end issue titles with a period.
- Do not exceed 72 characters in issue title.
- Do not include multiple goals in a single issue.
-
Support/Marketing/Community
- Add issue
-
Development
- Add issue
- Add estimate
-
Senior Development
- Add issue
- Add estimate
- Add assignee
- Add to sprint (milestone)
- Add to release
- Add to epic
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.