Skip to content

Commit f865d9d

Browse files
authored
Merge pull request #2 from chryz-hub/master
Update
2 parents 0139f0e + de2f4ec commit f865d9d

File tree

4 files changed

+55
-7
lines changed

4 files changed

+55
-7
lines changed

.github/ISSUE_TEMPLATE/invitation.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ title: 'Please invite me to the GitHub Community Organization'
55
labels: invite me to the organisation
66
---
77

8+
<!---
9+
Invitation will be sent for the GitHub Organization soon. We look forward to having you part of our community :nerd_face:
10+
Don't forget after accepting to make it public so it appears on your github profile for everyone else to see, you can do this by finding your name in the github organization list and change the dropdown to public https://github.com/orgs/EddieJaoudeCommunity/people
11+
- Remember open source is beyond coding, its about adding value in diverse ways to people
12+
13+
-->
814

915
Please invite me to the GitHub Community Organisation.
1016

@@ -16,14 +22,11 @@ Please invite me to the GitHub Community Organisation.
1622

1723
- #### Discord Username(if exists):
1824

19-
<!--https://discord.gg/33GppJfffz (link to our discord server)-->
25+
<!--https://discord.gg/c6RhGwcP5b (link to our discord server)-->
2026

2127
- #### Additional Context:
2228
<!--Where did you meet chryz?-->
2329

2430
<!--What do you like about this community/ why do you want to join-->
2531

26-
:nerd_face:
27-
28-
2932

.github/workflows/community.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [ master ]
5+
issues:
6+
types: [ opened ]
7+
issue_comment:
8+
types: [ created ]
9+
pull_request_target:
10+
types: [ opened ]
11+
pull_request_review_comment:
12+
types: [ created ]
13+
14+
jobs:
15+
16+
welcome:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v1
20+
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
issue-message: '<h1>It''s great having you contribute to this community/project</h1> <strong>Thank you for raising an <strong><em>Issue</em></strong>! Welcome to the the world of open source, where your ideas and contributions are valued and appreciated</strong> <p>If you are willing to involve into open-source you''ve gotten to the right community, to be part of us kindly join us via our <a href="https://discord.gg/c6RhGwcP5b">discord channel</a>, and our <a href="https://github.com/chryz-hub">GitHub organization</a> by raising an <a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization">invitational issue</a> also to make right connections make a <a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md">pull request here</a></p>.<p>Is there anything yet to be understood, please do well to ask us!</p>'
24+
pr-message: '<h1>It''s great having you contribute to this community/project</h1> <strong>Thank you for creating a <strong><em>Pull Request</em></strong>! Welcome to the the world of open source, where your ideas and contributions are valued and appreciated</strong> <p>If you are willing to involve into open-source you''ve gotten to the right community, to be part of us kindly join us via our <a href="https://discord.gg/c6RhGwcP5b">discord channel</a>, and our <a href="https://github.com/chryz-hub">GitHub organization</a> by raising an <a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization">invitational issue</a> also to make right connections make a <a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md">pull request here</a></p>.<p>Is there anything yet to be understood, please do well to ask us!</p>'

.github/workflows/stale.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Mark stale issues and pull requests
2+
3+
on:
4+
schedule:
5+
- cron: "30 1 * * *"
6+
7+
jobs:
8+
stale:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/stale@v1
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
stale-issue-message: 'Stale issue message'
17+
stale-pr-message: 'Stale pull request message'
18+
stale-issue-label: 'no-issue-activity'
19+
stale-pr-label: 'no-pr-activity'

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# chryz-hub.github.io
1+
# chryz-hub
2+
Welcome To The World of Open Source. We Value and Appreciate
3+
Your Ideas and Contributions
24

35
## What is our community about
46
- We believe open source is for everyone.
@@ -17,14 +19,14 @@
1719

1820
## Contributing
1921
Pull requests are welcome. For major changes, please open an [issue](https://github.com/chryzcodez/chryz-hub.github.io/issues) first to discuss what you would like to change. Be sure to check the [contributing guide lines](CONTRIBUTING.md). After this, then you you can start making your changes and
20-
in order for us not to ignore your effort, please check well not to make a duplicate of a PR(contribution)/ issue!__
22+
in order for us not to ignore your effort, please check well not to make a duplicate of a PR(contribution)/ issue!
2123

2224
### But wait have we met the team & contributors
2325
* [Team chryz-hub](https://github.com/chryz-hub/chryz-hub.github.io/blob/develop/chryz-hub-team.md)
2426
* [chryz-hub contributors](https://github.com/chryz-hub/chryz-hub.github.io/blob/develop/CONTRIBUTORS.md)
2527

2628
**Note_**
27-
* To be a member; Raise an [invitation issue here!](https://github.com/chryzhub/chryzhub.github.io/issues/newassignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)
29+
* To be a member; Raise an [invitation issue here!](https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)
2830

2931
* To be a contributor; Make a [pull request here!](https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md)
3032

0 commit comments

Comments
 (0)