Skip to content

Commit

Permalink
Update PULL-REQUEST-TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hummelstrand authored Dec 7, 2023
1 parent d3ff164 commit e245e97
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions .github/PULL-REQUEST-TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,56 @@
---
name: Request for Comments
description: Use this to initiate a discussion about a new feature or a larger change
title: "RFC: [Short description of the feature/change]"
labels: RFC, Contribution
assignees: ''

---

<!--
Before you post, be sure to read our Contribution guidelines:
Before you open a PR, be sure to read our Contribution guidelines:
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
-->

## About Me
## About the Contributor
<!--
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you.
Example: "This RFC is posted on behalf of the NRK."
Example: "This pull request is posted on behalf of the NRK."
-->

## Background

## Type of Contribution

This is a:
<!-- (pick one) -->
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)


## Current Behavior
<!--
Please write some background information here, such as:
What is your use case?
What problem are you trying to solve?
Please describe how things worked before this PR.
If it's a bug fixe: Describe the bug (what was happening?)
-->


## Proposal
## New Behavior
<!--
Please describe your proposal here:
What is the new behavior?
-->


## Status
## Testing Instructions
<!--
Please don't touch this section, the Sofie team will update this as the RFC progresses.
Please provide some instructions and other information for how to verify that the feature works.
Examples:
* "Do a Take for a part that contains an adlib, verify that the adlib plays out."
* "Open the Switchboard panel and toggle a route, verify that the route toggles in the GUI."
* "This feature also affects 'feature X', so that needs to be tested for regressions as well."
-->

The Sofie Team will evaluate this RFC and open up a discussion about it, usually within a week.

- [x] RFC created.
- [ ] Sofie Team has evaluated the RFC.
- [ ] A workshop has been planned.
- [ ] RFC has been discussed in a workshop.
- [ ] A conclusion has been reached, see comments in thread.
## Other Information
<!-- The more information you can provide, the easier the pull request will be to merge -->


## Status
<!--
Before you open the PR, make sure the items below are done.
If they're not, please open the PR as a Draft.
-->

- [ ] PR is ready to be reviewed.
- [ ] The functionality has been tested by the author.
- [ ] Relevant unit tests has been added / updated.
- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated.

0 comments on commit e245e97

Please sign in to comment.