- Timestamp:
- 02/12/2021 06:11:48 PM (4 years ago)
- Location:
- branches/5.3
- Files:
-
- 1 added
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 49162,49168-49169,49175,49204,49227-49228,49244,49369,49371,49548,49781-49784,49786,49836,49938,50268,50285,50298
- Property svn:mergeinfo changed
-
branches/5.3/.github/workflows/welcome-new-contributors.yml
r49162 r50304 2 2 3 3 on: 4 pull_request :4 pull_request_target: 5 5 types: [ opened ] 6 6 7 7 jobs: 8 # Comments on a pull request when the author is a new contributor. 8 9 post-welcome-message: 9 10 runs-on: ubuntu-latest 11 if: ${{ github.repository == 'WordPress/wordpress-develop' }} 10 12 11 13 steps: … … 20 22 21 23 22 It looks like this is your first pull request , so here are a few things to be aware of that may help you out.24 It looks like this is your first pull request to `wordpress-develop`. Here are a few things to be aware of that may help you out! 23 25 24 26 … … 26 28 27 29 28 **Pull requests are never merged on GitHub.** The WordPress codebase continues to be managed through the SVN repository that this one mirrors. But please feel free to usepull requests to work on any contribution you are making.30 **Pull requests are never merged on GitHub.** The WordPress codebase continues to be managed through the SVN repository that this GitHub repository mirrors. Please feel free to open pull requests to work on any contribution you are making. 29 31 30 32 … … 32 34 33 35 34 Including tests in your pull request is one way to help your patch be considered faster. To learn about WordPress' test suites, visit the [Automated Testing](https://make.wordpress.org/core/handbook/testing/automated-testing/) page in the handbook.36 **Please include automated tests.** Including tests in your pull request is one way to help your patch be considered faster. To learn about WordPress' test suites, visit the [Automated Testing](https://make.wordpress.org/core/handbook/testing/automated-testing/) page in the handbook. 35 37 36 38 … … 53 55 54 56 55 Please remember that the WordPress project is largely maintained by volunteers56 57 58 57 Thank you, 59 58
Note: See TracChangeset
for help on using the changeset viewer.