Skip to content

Commit

Permalink
[Chore] Generate & update sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-nimble committed Aug 3, 2023
1 parent 5d3cc73 commit b2851fd
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 14 deletions.
8 changes: 4 additions & 4 deletions sample/.github/ISSUE_TEMPLATE/bug_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ labels: "type : bug"

## Issue

Describe the issue you are facing. Show us the implementation: screenshots, gif, etc.
Describe the issue you are facing. Show us the implementation: screenshots, GIFs, etc.

## Expected

Describe what should be the correct behaviour.
Describe what should be the correct behavior.

## Steps to reproduce

1.
Expand Down
6 changes: 3 additions & 3 deletions sample/.github/ISSUE_TEMPLATE/chore_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: "Chore"
about: "Open a Chore for minor update."
about: "Open a chore issue for a minor update."
title: "Update "
labels: "type : chore"
---

## Why

Describe the update details and why it's needed.
Describe the update in detail and why it is needed.

## Who Benefits?

Describe who will be the beneficiaries e.g. everyone, specific chapters, clients...
4 changes: 2 additions & 2 deletions sample/.github/ISSUE_TEMPLATE/feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ labels: "type : feature"

## Why

Describe the big picture of the feature and why it's needed.
Describe the big picture of the feature and why it is needed.

## Who Benefits?

Describe who will be the beneficiaries e.g. everyone, specific chapters, clients...
9 changes: 4 additions & 5 deletions sample/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
https://github.com/nimblehq/sample/issues/??
- Close #

## What happened 👀

Describe the big picture of your changes here to communicate to the team why we should accept this pull request.
Provide a description of the **changes** this pull request brings to the codebase. Additionally, when the pull request is still being worked on, a checklist of the planned changes is welcome to track progress.

## Insight 📝

Describe in details how to test the changes, which solution you tried but did not go with, referenced documentation is
welcome as well.
Describe in detail why this solution is the most appropriate, which solution you tried but did not go with, and how to test the changes. References to relevant documentation are welcome as well.

## Proof Of Work 📹

Show us the implementation: screenshots, gif, etc.
Show us the implementation: screenshots, GIFs, etc.

<img src="URL_GOES_HERE" width=200 />
Empty file added sample/.github/wiki/.keep
Empty file.
19 changes: 19 additions & 0 deletions sample/.github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# For setup instruction, refer to https://github.com/nimblehq/github-actions-workflows/blob/main/.github/workflows/publish_wiki.yml
name: Publish Wiki

on:
push:
paths:
- .github/wiki/**
branches:
- develop

jobs:
publish:
name: Publish Wiki
uses: nimblehq/github-actions-workflows/.github/workflows/[email protected]
with:
USER_NAME: github-wiki-workflow
USER_EMAIL: ${{ secrets.GH_EMAIL }}
secrets:
USER_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit b2851fd

Please sign in to comment.