This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #124 from mytiki/repo-sync/internal-repo-sync/default
🔄 synced file(s) with tiki/internal-repo-sync
- Loading branch information
Showing
9 changed files
with
808 additions
and
56 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 |
---|---|---|
@@ -1,16 +1,6 @@ | ||
# ------------------------------------------------------------------------------------- | ||
# Backend owns this repo as a whole. | ||
# ------------------------------------------------------------------------------------- | ||
* @tiki/backend | ||
|
||
|
||
# ------------------------------------------------------------------------------------- | ||
# Content should have eyes on any Markdown changes. | ||
# ------------------------------------------------------------------------------------- | ||
*.md @tiki/content | ||
|
||
|
||
# ------------------------------------------------------------------------------------- | ||
# Infrastructure should all have eyes on any changes under .github/ | ||
# ------------------------------------------------------------------------------------- | ||
/.github/ @tiki/infrastructure | ||
# 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. | ||
* @mytiki/backend |
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,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,2 +1,41 @@ | ||
# Reference: https://github.com/repository-settings/app | ||
|
||
_extends: .github | ||
|
||
repository: | ||
name: platform-agg-library | ||
description: Library of common utilities for the platform aggregation features | ||
homepage: https://mytiki.com/platform/aggregation | ||
topics: aggregation, library | ||
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: backend | ||
permission: push | ||
|
||
environments: | ||
- name: production | ||
|
||
branches: | ||
- name: main | ||
protection: | ||
required_status_checks: | ||
strict: true | ||
contexts: | ||
- Test | ||
- Analyze | ||
|
||
milestones: | ||
- title: 0.2.8 | ||
description: | | ||
DRAFT | ||
state: open |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.