pycontw / pycon.tw

PyCon TW Proposal System & Backend Server
https://tw.pycon.org/prs
MIT License
95 stars 107 forks source link

Add pre_recorded_policy to proposal update form #1062

Closed uranusjr closed 2 years ago

uranusjr commented 2 years ago

Types of changes

Thanks for sending a pull request! Please fill in the following content to let us know better about this change. Please put an x in the box that applies

Description

Describe what the change is

This field is essential to make the update form submittable. https://discord.com/channels/752904426057892052/753841328198254642/955417991409975306

Steps to Test This Pull Request

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Related Issue

If applicable, refernce to the issue related to this pull request.

More Information

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here. You may also want to refer to how to wirte the perfect pull request

codecov-commenter commented 2 years ago

Codecov Report

Merging #1062 (96607a3) into master (3fd47db) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1062      +/-   ##
==========================================
+ Coverage   69.26%   69.29%   +0.03%     
==========================================
  Files          82       82              
  Lines        3302     3306       +4     
==========================================
+ Hits         2287     2291       +4     
  Misses       1015     1015              
Impacted Files Coverage Δ
src/proposals/forms/proposals.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3fd47db...96607a3. Read the comment docs.