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

Commit

Permalink
Merge pull request #124 from mytiki/repo-sync/internal-repo-sync/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with tiki/internal-repo-sync
  • Loading branch information
mike-audi authored Apr 29, 2024
2 parents 7a43336 + 95b533f commit 5979738
Show file tree
Hide file tree
Showing 9 changed files with 808 additions and 56 deletions.
22 changes: 6 additions & 16 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
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
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


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

This file was deleted.

Loading

0 comments on commit 5979738

Please sign in to comment.