-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d209bee
Showing
13 changed files
with
487 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
Oops, something went wrong.