Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
Removed redundant metadata as it seems like GH still doesn't support this feature in PR templates since 2018.
  • Loading branch information
sskorol authored May 21, 2022
1 parent 0b41d0a commit 585fbbf
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
---
name: Pull request
about: Create a pull request with required changes
title: "[FEATURE/BUGFIX] Added/fixed ..."
labels: enhancement
assignees: sskorol

---

[//]: # (
. Thank you so much for sending us a pull request!
.
Expand All @@ -18,12 +9,14 @@ assignees: sskorol
. - Add an ability to handle external data sources
)

#### Context
### Context
[//]: # (
. Describe the problem or feature.
)
ToDo

#### Checklist
Closes #

### Checklist
- [ ] Added unit / integration tests
- [ ] Added documentation

0 comments on commit 585fbbf

Please sign in to comment.