Code Monkey home page Code Monkey logo

kanbanmgr's Introduction

kanbanmgr

用来协助管理 Github Project 看板的 Github App

设置 issue 的截止日期

在标题中加入 <> 指令,支持的的指令格式如下:

<DAY>
<MONTH-DAY>
<YEAR-MONTH-DAY>
<zN>
<xzN>
<周几>
<下周几>

如果设置截止日期为 2018年12月1号,如果在 2018年12月2号的凌晨 1:00 还未完成,则打上“延期”的标签。 完成指的是将任务完成了开发和测试,将issue从开发和测试两列中移出。

指令 <DAY>

设置截止日期为当年当月的 DAY 号。比如今天是 2018年12月4号,标题中写上<6>,则设置截止日期为 2018年12月6号。

指令 <MONTH-DAY>

设置截止日期为当年的 MONTH 月 DAY 号。比如今天是 2018年12月4号,标题中写上<12-6>,则设置截止日期为 2018年12月6号。

指令 <YEAR-MONTH-DAY>

设置截止日期为 YEAR 年 MONTH 月 DAY 号。比如标题中写上<2018-12-6>,则设置截止日期为 2018年12月6号。

指令 <zN>

设置截止日期为本周的第N天,N=1 表示周一, N=7 表示周日。比如今天是2018年12月4号,标题中写上<z5>,则设置截止日期为 2018年12月7号。

指令 <xzN>

设置截止日期为下一周的第N天,N=1 表示周一, N=7 表示周日。比如今天是2018年12月4号,标题中写上<xz5>,则设置截止日期为 2018年12月14号。

指令 <周几>

设置截止日期为本周的第几天,几的取值范围是一到六和日,比如今天是2018年12月4号,标题中写上<周五>,则设置截止日期为 2018年12月7号。

指令 <下周几>

设置截止日期为下一周的第几天,几的取值范围是一到六和日,比如今天是2018年12月4号,标题中写上<下周五>,则设置截止日期为 2018年12月14号。

kanbanmgr's People

Contributors

hualet avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.