Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit f0d4189

Browse files
authored
Merge branch 'master' into master
2 parents ee5fcd5 + 3c8f15a commit f0d4189

File tree

5 files changed

+463
-161
lines changed

5 files changed

+463
-161
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- Dive straight into opportunities near you by joining a Developer Circle nearest to you :
2+
👉 https://developers.facebook.com/developercircles/join/ -->
3+
4+
#### What does this PR do?
5+
6+
#### Any relevant issues this PR addresses? (optional)
7+
8+
#<NUMBER>
9+
10+
#### Any background context you want to add?

.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/first-interaction@v1
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
issue-message: 'Hi :wave:, we welcome all kinds of contributions, please feel free to contribute and/or ask questions.'
13-
pr-message: 'Hi :wave:, we welcome all kinds of contributions, please feel free to contribute and/or ask questions.'
12+
issue-message: 'Hi :wave:, <br /> We welcome all kinds of contributions, please feel free to contribute and/or ask questions. <br /> Someone will attend to your issue soon ☺️'
13+
pr-message: 'Hi :wave:, <br /> We welcome all kinds of contributions, please feel free to contribute and/or ask questions. <br /> Someone will attend to your PR soon ☺️'

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ We actively welcome your pull requests.
1515
1. Fork the repo and create your branch from `master`.
1616
2. If you've added code that should be tested, add tests.
1717
3. If you haven't already, complete the Contributor License Agreement ("CLA").
18+
4. Ensure to describe your pull request using the pull request template.
19+
20+
## Guidelines
21+
While contributing to the [DevC global directory](DevCGlobalDirectory.md), please ensure to use the format below:
22+
23+
1. Add the DevC under the appropriate region heading.
24+
2. Lead(s) name(s) should be linked to their GitHub account.
25+
3. DevC `Facebook Group` should be linked to their Facebook group.
26+
4. `Github` should be linked to the DevC's local GitHub organization (if any).
1827

1928
## Contributor License Agreement ("CLA")
2029
In order to accept your pull request, we need you to submit a CLA. You only need

0 commit comments

Comments
 (0)