This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from tiki-bar/repo-sync/internal-repo-sync/def…
…ault 🔄 synced file(s) with tiki/internal-repo-sync
- Loading branch information
Showing
10 changed files
with
878 additions
and
40 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# @org/team will be requested for review when someone opens | ||
# a pull request. Order is important; the last matching | ||
# pattern takes the most precedence. | ||
* @tiki-bar/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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions | ||
url: https://github.com/orgs/mytiki/discussions | ||
about: Have a question? Ask the team in Discussions |
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,34 @@ | ||
name: User Story | ||
description: Advanced! Leave this to the maintainers. | ||
labels: | ||
- story | ||
title: "As [persona], I want to [action], so that I can [benefit]." | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Smaller the better | ||
Double check with the team if it's more than a couple days of work. | ||
- type: textarea | ||
id: acceptance | ||
attributes: | ||
label: Acceptance Criteria | ||
description: What is required for the story to be shipped? "Done done, not just done". | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: tasks | ||
attributes: | ||
label: Tasks | ||
description: Add each technical task required to complete the story. | ||
placeholder: | | ||
* [ ] I'm a cool task | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: relates | ||
attributes: | ||
label: Relates to | ||
description: Add any other related issues, such as bugs or features addressed. | ||
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,30 @@ | ||
name: Story Task | ||
description: Advanced! Leave this to the maintainers. | ||
labels: | ||
- task | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Time to get technical. | ||
- type: input | ||
id: story | ||
attributes: | ||
label: User Story | ||
description: Add the story this task belongs to. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the work with enough detail that someone else can understand what needs to be done. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: criteria | ||
attributes: | ||
label: Acceptance Criteria | ||
description: Add any specific criteria required before marking as complete | ||
placeholder: | | ||
- [ ] criteria 1 |
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,14 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
commit-message: | ||
prefix: "gh-action" | ||
labels: | ||
- "chore" | ||
groups: | ||
all: | ||
patterns: | ||
- "*" |
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,19 @@ | ||
changelog: | ||
categories: | ||
- title: 🏕 New Features | ||
labels: | ||
- feature | ||
- title: 🏋 Improvements | ||
labels: | ||
- fix | ||
- bug | ||
- title: 👒 Other Changes | ||
labels: | ||
- '*' | ||
exclude: | ||
labels: | ||
- feature | ||
- fix | ||
- bug | ||
|
||
|
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 |
---|---|---|
@@ -1,3 +1,33 @@ | ||
# Reference: https://github.com/repository-settings/app | ||
|
||
_extends: .github | ||
|
||
repository: | ||
name: app-shopify-web | ||
description: Integrate mytiki.com with your Shopify Store | ||
homepage: https://mytiki.com | ||
topics: shopify, web | ||
private: false | ||
has_projects: true | ||
has_discussions: false | ||
has_issues: true | ||
|
||
teams: | ||
- name: sysadmin | ||
permission: admin | ||
- name: engineering | ||
permission: push | ||
- name: product | ||
permission: triage | ||
- name: frontend | ||
permission: push | ||
|
||
environments: | ||
- name: production | ||
|
||
branches: | ||
- name: main | ||
protection: | ||
required_status_checks: | ||
strict: true | ||
contexts: [] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.