Skip to content

Commit

Permalink
Merge branch 'djangocameroon:main' into 11-add-apis-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yll0rd authored Sep 21, 2024
2 parents f11807c + fd86fa1 commit 1305d0f
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@yokwejuste @Edmond22-prog @LL-Etiane @yll0rd @mankaache
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.-->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/dev_issues.md
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!
-->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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 -->
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
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)
15 changes: 15 additions & 0 deletions .github/actions/emojifying_pr.yml
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
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
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)
23 changes: 4 additions & 19 deletions .github/workflows/azure-static-web-apps-kind-bay-05f71a310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,8 @@ jobs:
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_BAY_05F71A310 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_BAY_05F71A310 }}
action: "close"
app_location: "/"
api_location: ""
output_location: "dist"

0 comments on commit 1305d0f

Please sign in to comment.