问题创建过程中的最终帮助。

ezissue-br的Python项目详细描述


EZ发行

##目录

[目录]

它有什么作用?在

ezissue cli是一个具有命令行界面的应用程序,它的主要目标是帮助您 在项目的问题创建过程中。在

它将获取一个带有降价表的文件,并将其格式化并发送到您的repo的API。 因此,您将不再花费数小时手动创建问题。在

我为什么要用这个?在

如果您发现问题的创建过程是痛苦的,并且在开发某个东西时打破了您的full loko的情绪,那么这是为您准备的。在

但如果你想花几个小时在Github或Gitlab上创建问题并找到乐趣(我真心怀疑),我是谁来告诉你该怎么做!在

使用和配置

CLI接口

此程序有一个CLI,您可以利用它。正在运行ezissue --help 将显示CLI的用法和选项。在

$ ezissue --help

  Usage: ezissue [OPTIONS] FILENAME [github|gitlab]

  Options:
    --subid TEXT
    --numerate BOOLEAN
    --prefix [US|TS||BUG]
    --help                 Show this message and exit.

降价文件和配置

EZIssue程序采用.md文件作为参数。该文件必须有一个markdown表才能解析问题。该表是一个常见的md表,可以有以下头:(注意,带有*的头是必需的)

Header nameDescriptionGithub supportGitlab support
Title*Issue’s titleYY
DescriptionIssue’s body or descriptionYY
TasksWill be a list of checkboxes. Items must be separated with commas.Y (goes with description)Y (goes with description)
Acceptance criteriaWill be a list of checkboxes. Items must be separated with commas.Y (goes with description)Y (goes with description)
AssigneeUser that is assigned to the issueY (assignee’s username)N (see next row)
AssigneesList of users assigned to the issueY (array of assignee’s usernames)Y (is a array of user ids)
LabelsList of labels that are to be applied to the issueY (array of strings)Y (single string, separated by commas)
ConfidentialToggles the confidentiality of the issueNY (boolean value)
MilestoneAdds a milestone to the issueY (number of milestone)Y (milestone id)
DueSets a due date for stressing out your teamNY (datetime string in format ^{})
DiscussionLinks the issue to a discussion threadNY (id of the discussion that it solves. Fills the description automatically)
WeightSets the issue’s weight. Best used in XPNY (integer with the issue’s weight, must be bigger than zero)

示例:

问题输出格式如下:

^{pr2}$
  <!--title-->
  <PREFIX><SUBID><NUMBER> issue title
  <!--body-->
  **Issue description:**
  ---
  brief description

  **Acceptance criteria:**
  ---
  - [ ] condition a
  - [ ] condition b
  - [ ] condition c

更新当前版本

如果您的计算机中已经安装了我们的pip版本,并希望更新到最新版本,请使用命令:

$ pip3 install --upgrade ezissue

想忏悔吗?这里有一些你可以快速处理的东西!在

我要事先感谢你的悔过。在这里您可以找到一些quick fixes,您可以查看。:)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
相当于加密流。NET在Java 安卓中的应用?   java Android:加载片段时启动动画   java文件从指定的绝对路径上载到服务器   java是否可以自定义Spring缓存抽象所使用的序列化?   当客户端输入为无效字符串时,java从JAXWS接收空的BigDecimal   将数据库从MySQL更改为SQLite后出现Java项目错误   java PrimeFaces在datatable中自定义行编辑器   java在数组中对字符串和双类类型进行排序   图像Java:如何在GridLayout中嵌套JPanel?   java searchByEmail方法不起作用   java运行时。exec(字符串)限制字符串   java通过异步运行lambda访问方法参数   java为什么这个条件语句不编译?   在javajar中添加和使用文件,就像它们在文件夹中一样   使用java查找带有正则表达式的子字符串   在awt所在的地方荡秋千。属性,以及如何在Java插件中提供它的本地化版本