Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from tiki-bar/repo-sync/internal-repo-sync/def…
Browse files Browse the repository at this point in the history
…ault

🔄 synced file(s) with tiki/internal-repo-sync
  • Loading branch information
mike-audi authored Apr 30, 2024
2 parents 9bb1578 + f4bbbdd commit d3e0ab6
Show file tree
Hide file tree
Showing 10 changed files with 878 additions and 40 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/story.yml
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
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
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
14 changes: 14 additions & 0 deletions .github/dependabot.yml
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:
- "*"
19 changes: 19 additions & 0 deletions .github/release.yml
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


30 changes: 30 additions & 0 deletions .github/settings.yml
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: []
19 changes: 0 additions & 19 deletions .github/workflows/project.yml

This file was deleted.

Loading

0 comments on commit d3e0ab6

Please sign in to comment.