Skip to content

Commit

Permalink
[.github] clean + add codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 committed Nov 15, 2023
1 parent f566d45 commit 1b33fbf
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 264 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @Spotinst/team-bigdata
/.github/ @Spotinst/team-bigdata-devops
37 changes: 21 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
<!--
Thanks for contributing to JupyterLab!
Please fill out the following items to submit a pull request.
See the contributing guidelines for more information:
https://github.com/jupyterlab/jupyterlab/blob/3.6.x/CONTRIBUTING.md
-->
## Jira ticket

## References
https://spotinst.atlassian.net/browse/BGD-XXXX

<!-- Note issue numbers this pull request addresses (should be at least one, see contributing guidelines above). -->
## Checklist
- [ ] I added a Jira ticket link
- [ ] I added a changeset with the `simple-changeset add` command
- [ ] I filled in the test plan
- [ ] I executed the tests and filled in the test results

<!-- Note any other pull requests that address this issue and how this pull request is different. -->
## Why

## Code changes
_A short description of why this change is necessary. If this is a bug fix, include steps to reproduce the issue_

<!-- Describe the code changes and how they address the issue. -->
## What

## User-facing changes
_What has been modified. Expose the key decisions you have made during this PR to facilitate the discussion with your reviewer_

<!-- Describe any visual or user interaction changes and how they address the issue. -->
## How to test

<!-- For visual changes, include before and after screenshots here. -->
_Step by step instructions to test your feature/fix_

## Backwards-incompatible changes
## Test plan and results

<!-- Describe any backwards-incompatible changes to JupyterLab public APIs. -->
_Feel free to add screenshots showing test results_

| Test | Description | Result | Notes |
|------|-------------------|--------|----------------------------|
| 1 | Test with input A | Pass | Some notes about the test |
| 2 | Test with input B | Pass | Some notes about the test |
| 3 | Test with input C | Pass | Some notes about the test |
26 changes: 0 additions & 26 deletions .github/workflows/answered.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/auto_author_assign.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/check-i18n.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/check-release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/enforce-label.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/galata.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/labeler.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/lock.yml

This file was deleted.

0 comments on commit 1b33fbf

Please sign in to comment.