-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'djangocameroon:main' into 11-add-apis-folder
- Loading branch information
Showing
8 changed files
with
112 additions
and
19 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 @@ | ||
@yokwejuste @Edmond22-prog @LL-Etiane @yll0rd @mankaache |
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,24 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug! | ||
title: "" | ||
labels: "bug :beetle:" | ||
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.--> |
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,28 @@ | ||
--- | ||
name: Developer issue | ||
about: Issue with description, learning objectives, todo, and useful links | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## Description | ||
|
||
## Learning objectives | ||
|
||
- Objective | ||
|
||
## Todo | ||
|
||
These points are a rough guideline. **Please** feel free to discuss with others on the team about the best way to design this component! | ||
|
||
- Todo | ||
|
||
## Useful links | ||
|
||
- Useful link | ||
|
||
<!-- | ||
Template sourced from https://github.com/hack4impact-uiuc/falling-fruit | ||
Shoutout to the wonderful FF team! | ||
--> |
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: Feature request | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "feature :star2:" | ||
assignees: "" | ||
--- | ||
### Feature : <!-- Name the feature --> | ||
### Description : <!-- Describe the feature --> | ||
### Acceptance criteria : <!-- Describe the acceptance criteria --> |
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,15 @@ | ||
## Summary | ||
|
||
<!-- Describe the pull request here --> | ||
|
||
Closes #23 | ||
|
||
## Changes | ||
|
||
- Item 1 | ||
- Item 2 | ||
- Item 3 | ||
|
||
## Screenshots | ||
|
||
(Insert image, only for frontend) |
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,15 @@ | ||
name: Emojify PR Title | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
emojify-pr-title: | ||
runs-on: ubuntu-latest | ||
name: Emojify PR Title | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Emojify PR Title | ||
uses: pineapplelol/[email protected] | ||
with: | ||
use-emoji-map: 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,15 @@ | ||
## Summary | ||
|
||
<!-- Describe the pull request here --> | ||
|
||
Closes #23 | ||
|
||
## Changes | ||
|
||
- Item 1 | ||
- Item 2 | ||
- Item 3 | ||
|
||
## Screenshots | ||
|
||
(Insert image, only for frontend) |
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