<?xml version="1.0" encoding="UTF-8"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
  <Styles>
    <Style ss:ID="Default" ss:Name="Normal">
      <Alignment ss:Vertical="Bottom"/>
      <Borders/>
      <Font ss:FontName="Verdana"/>
      <Interior/>
      <NumberFormat/>
      <Protection/>
    </Style>
    <Style ss:ID="s25">
      <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
      <Font ss:FontName="Verdana" ss:Bold="1"/>
    </Style>
  </Styles>
  <Worksheet ss:Name="기대하는바">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">기대하는바</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">파이프라인 작성을 잘하고 싶어요</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">3</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">azure board 와 파이프라인을 팀즈 와 연동해서 보고 싶습니다.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">1</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">개발자들이 공동 작업을 하며
코드 승인 프로세스나 테스트 자동화 등 
Add on 기능을 어떤걸 활용할 수 있는지 알고 싶어요</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">0</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">배포 파이프라인은 개발/QA/운영 환경을고려해서 yaml파일 등을 어떻게 세팅하는지도 알고 싶어요</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">0</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
</Workbook>
