Make WordPress Core


Ignore:
Timestamp:
11/09/2020 05:29:21 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Clean up the new contributor welcome message.

Props ocean90, jeffpaul.
See #50401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/welcome-new-contributors.yml

    r49169 r49548  
    66
    77jobs:
     8  # Comments on a pull request when the author is a new contributor.
    89  post-welcome-message:
    910    runs-on: ubuntu-latest
     
    2021
    2122
    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.
     23            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!
    2324
    2425
     
    2627
    2728
    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 use pull requests to work on any contribution you are making.
     29            **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.
    2930
    3031
     
    3233
    3334
    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.
     35            **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.
    3536
    3637
     
    5354
    5455
    55             Please remember that the WordPress project is largely maintained by volunteers
    56 
    57 
    5856            Thank you,
    5957
Note: See TracChangeset for help on using the changeset viewer.