如何设置 MANTIS 中所需的“重现步骤”字段
是否可以将“重现步骤”字段设置为必需字段?
从记者那里获得足够的信息总是很困难,所以也许强迫他们填补这个领域会对我们——程序员——有所帮助。
我希望仍然能够毫无麻烦地更新 mantis。
Is this possible to setup Steps To Reproduce field so it's required?
It's always difficult to get enough info from reporters, so maybe forcing them to fill this field will help us - programmers - a little.
I would like to still be able to update mantis without troubles.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将(在 bug_report.php 中)更改为来实现此目的,
但
在高级报告中,它不会显示 *(星号)来表明它是强制性的。您必须自己在 PHP 文件中添加*。
You are able to achieve this by changing, (in bug_report.php)
To
But on the advanced report it doesn't show an * (Asterisk) to indicate that it is mandatory. You have to add the * yourself in the PHP file.