Skip to content

Constructor improvement#772

Merged
mblaney merged 1 commit intosimplepie:masterfrom
ColonelMoutarde:patch-1
Jan 28, 2023
Merged

Constructor improvement#772
mblaney merged 1 commit intosimplepie:masterfrom
ColonelMoutarde:patch-1

Conversation

@ColonelMoutarde
Copy link
Contributor

When submitting a pull request

  1. Run the linter.

    make lint
  2. Run the tests.

    make test
  3. Carefully read your diff before submitting a PR.

    • Make sure your diff clearly represents your changes.
    • Make sure your code is easy for reviewers to follow.
    • Can your code review be broken into smaller chunks?
    • Make sure you have PHPUnit tests that cover your changes.
  4. Make sure that your changes are very-nearly complete.

    • Small changes/fixes based on feedback are OK.
    • Major changes should be avoided while a PR is open. If you need to make major changes, close the PR, make your changes, and open a new PR once you're ready.
  5. In the description, start with an explanation of the change and why you want to make it.

    • Make any relevant documentation easily available for reviewers.
  6. Add a list of changes you've made using task list syntax.

    • Things that are complete should have [X].
    • Things that are still incomplete should have [ ].
  7. Discuss feedback.

    • The SimplePie NG Core Team has the final say on what gets accepted.
    • Respond to all code review feedback.
    • Respectfully discuss any feedback you disagree with. You may need to bring a better argument to the table to convince us.
  8. If you don't understand something, ask.

@mblaney
Copy link
Member

mblaney commented Jan 28, 2023

thanks @ColonelMoutarde

@mblaney mblaney merged commit e597f27 into simplepie:master Jan 28, 2023
@Art4 Art4 added this to the 1.9.0 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants