Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Panther-12 committed Feb 28, 2024
0 parents commit d209bee
Show file tree
Hide file tree
Showing 13 changed files with 487 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Bug report

description: Create a report to help us improve

title: "[BUG] <description>"

labels: [bug]

body:
- type: textarea
id: subject
attributes:
label: Problem subject
description: Use one of the following boxes. If none of them apply, please specify.
placeholder: |
- [ ] Contracts
- [ ] Tests
- [ ] Documentation
- [ ] Other (please specify)
validations:
required: false

- type: textarea
id: description
attributes:
label: Description
description: Please write what problem/bug you are experiencing or want to report.
validations:
required: true

- type: textarea
id: expectedbhv
attributes:
label: Expected behavior/contents
description: Please write here the expected behavior/contents
validations:
required: true

- type: textarea
id: actualbhv
attributes:
label: Actual behavior/contents
description: Please write here the actual behavior/contents
validations:
required: false

- type: checkboxes
id: coc
attributes:
label: Code of Conduct
description: By submitting this issue, I confirm I've read and complied with the [CoC](https://github.com/infraform/community/blob/main/CODE_OF_CONDUCT.md) πŸ––
options:
- label: I agree to follow this project's Code of Conduct
required: true
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Feature request

description: Suggest features, propose improvements, discuss new ideas

title: "[FEATURE] <description>"

labels: [enhancement]

body:
- type: markdown
attributes:
value: Provide a general summary of the issue in the title above

- type: textarea
id: description
attributes:
label: Detailed description
description: Provide a detailed description of the change or addition you are proposing
validations:
required: true

- type: textarea
id: context
attributes:
label: Context
description: |
Why is this change important to you? How would you use it?
How can it benefit other users?
validations:
required: true

- type: textarea
id: possibleimpl
attributes:
label: Possible implementation
description: Not obligatory, but suggest an idea for implementing addition or change
validations:
required: false

- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this feature?
validations:
required: false

- type: checkboxes
id: coc
attributes:
label: Code of Conduct
description: By submitting this issue, I confirm I've read and complied with the [CoC](https://github.com/infraform/protocol/blob/main/CODE_OF_CONDUCT.md) πŸ––
options:
- label: I agree to follow this project's Code of Conduct
required: true
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/github.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false

contact_links:
- name: GitHub community
url: https://github.com/infraform/
about: Contact us via our GitHub community if you found any bug or need any help.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Invite me to the AfriDevelopers Community

description: I would like to be part of the awesome community

title: "Please invite me to the Infraform Community"

labels: [βœ‰οΈ github-invitation]

body:
- type: input
id: name
attributes:
label: Name
placeholder: Insert your name here
validations:
required: true

# - type: input
# id: discordname
# attributes:
# label: Discord Username (if applicable)
# placeholder: Insert your Discord username here
# validations:
# required: false

- type: textarea
id: Additional
attributes:
label: Additional Context
description: Where did you meet Infraform Community? What do you like about this community? Why do you want to join?
placeholder: I would like to be part of the awesome community
validations:
required: false
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/linkedin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false

contact_links:
- name: Linkedin community
url: https://www.linkedin.com/company/afridevelopers/
about: Follow us on LinkedIn to stay connected with the community and learn more about AfriDevelopers.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Other
description: Use this for any other issues. PLEASE do not create blank issues
title: "[OTHER]"
labels: [triage]
body:
- type: markdown
attributes:
value: "# Other issue"
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false
- type: checkboxes
id: coc
attributes:
label: Code of Conduct
description: By submitting this issue, I confirm I've read and complied with the [CoC](https://github.com/afridevelopers/community/blob/main/CODE_OF_CONDUCT.md) πŸ––
options:
- label: I agree to follow this project's Code of Conduct
required: true
18 changes: 18 additions & 0 deletions .github/workflows/invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
issues:
types: [labeled]

jobs:
automate_invite:
runs-on: ubuntu-latest

steps:
- name: Invite-on-label
uses: vj-abigo/invite-on-label@v1.2
with:
organization: infraform
label: βœ‰οΈ github-invitation
repo-token: ${{ secrets.REPO_GITHUB_TOKEN }}
comment: "![image](https://raw.githubusercontent.com/afridevelopers/contribute/master/welcome_afridevelopers.gif)<br><b>Invitation sent to join the GitHub Organization. Welcome to Afridevelopers πŸŽ‰</b><br><br>Please check your mail to accept the invitation sent by GitHub! πŸ€–<br><h1>About us</h1>Afridevelopers is a remarkable open-source solution tailored for serverless platforms, aimed at empowering creators to craft their infrastructure solutions. πŸ’» We're thrilled to welcome you into our vibrant community! ✨ We eagerly anticipate your valuable contributions! πŸ€“ Don't forget to explore our community on [Github](https://github.com/afridevelopers) and connect with us on [LinkedIn](https://www.linkedin.com/company/afridevelopers/) πŸ’œ Feel free to spread the word about our community to like-minded individuals interested in development, DevOps, technology, and collaborative contributions. πŸ‘‰πŸ’œπŸ‘ˆ"
env:
INVITE_TOKEN: ${{ secrets.AFRI_INVITE_TOKEN }}
Loading

0 comments on commit d209bee

Please sign in to comment.