Skip to content

Commit a0141cd

Browse files
nishtha981pre-commit-ci[bot]headtr1ck
authored
Add: Adds a config.yml file for welcome-bot (#7706)
* add: Adds a config.yml file for welcome-bot * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add: Adds gifs for the welcome bot's messages * updated the what's new file * fixed speeling mistake * Updated what's new.rst Co-authored-by: Michael Niklas <[email protected]> * made changes for the .yml file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Niklas <[email protected]>
1 parent d4db166 commit a0141cd

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/config.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Comment to be posted to on first time issues
2+
newIssueWelcomeComment: >
3+
Thanks for opening your first issue here at xarray! Be sure to follow the issue template!
4+
5+
If you have an idea for a solution, we would really welcome a Pull Request with proposed changes.
6+
7+
See the [Contributing Guide](https://docs.xarray.dev/en/latest/contributing.html) for more.
8+
9+
It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better.
10+
11+
Thank you!
12+
13+
# Comment to be posted to on PRs from first time contributors in your repository
14+
newPRWelcomeComment: >
15+
Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient.
16+
17+
If you have questions, some answers may be found in our [contributing guidelines](http://docs.xarray.dev/en/stable/contributing.html).
18+
19+
# Comment to be posted to on pull requests merged by a first time user
20+
firstPRMergeComment: >
21+
Congratulations on completing your first pull request! Welcome to Xarray!
22+
We are proud of you, and hope to see you again!
23+
![celebration gif](https://media.giphy.com/media/umYMU8G2ixG5mJBDo5/giphy.gif)

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Internal Changes
7474
backend interface, so no existing code should break.
7575
By `Deepak Cherian <https://github.com/dcherian>`_.
7676

77+
- Added a config.yml file with messages for the welcome bot when a Github user creates their first ever issue or pull request or has their first PR merged. (:issue:`7685`, :pull:`7685`)
78+
By `Nishtha P <https://github.com/nishthap981>`_.
79+
7780
.. _whats-new.2023.03.0:
7881

7982
v2023.03.0 (March 22, 2023)

0 commit comments

Comments
 (0)