Skip to content

Commit

Permalink
[TECHBRAIN-316] Separate components into different files (themesberg#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gayatri195 authored Oct 3, 2023
1 parent f8be851 commit ac6eec2
Show file tree
Hide file tree
Showing 33 changed files with 2,642 additions and 3,251 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Details

- blablabla

## Branch name and dependency

- feature/xxx
- No dependency

## Note or Reference

- blablabla
50 changes: 50 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## PR to close at the same time

- URL

## Changes

### List changes you made

1. Removed `blablabla` column
2.

### Explain why you made those changes

1. Because we no longer need the column with the new feature implemented in this PR
2.

## Checklist

- [ ] No conflict?
- [ ] Postman request added if new endpoint's implemented?
- If no, reason:
- [ ] Spec added for new feature?
- If no, reason:
- [ ] Spec passed?
- If no, reason:
- [ ] Lint your code?
- If no, reason:
- [ ] Tested in a shared environment?
- If no, reason:

## Environment to test

- [ ] local env
- [ ] testing
- [ ] staging

## Steps to reproduce

1.
2.

## Points to reviews

- things reviewers need to look into

## Evidence

### Before

### After
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Changes

### 🚀 Feature/Enhancement

-

### 🧯 Bug fix

-

### 💊 Refactoring

-

## Document

- [Some page in Confluence](https://namespace-inc.atlassian.net/wiki/spaces/NI/pages/xxxxxxx)

## Note

- Some note
639 changes: 0 additions & 639 deletions index.html

This file was deleted.

Loading

0 comments on commit ac6eec2

Please sign in to comment.