diff --git a/.grenrc.js b/.grenrc.js index ab2eb1f793..d7a008eca3 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -29,6 +29,7 @@ module.exports = { "documentation", "duplicate", "invalid", + "update", "unresolved", "wontfix", ], diff --git a/exampleSite/content/dev/maintaining/_index.en.md b/exampleSite/content/dev/maintaining/_index.en.md index cb2cca4920..c9770c540a 100644 --- a/exampleSite/content/dev/maintaining/_index.en.md +++ b/exampleSite/content/dev/maintaining/_index.en.md @@ -67,6 +67,7 @@ If an issue does not result in changesets but is closed anyways, it must have ex | {{% badge color="#9fa2a5" %}}duplicate{{% /badge %}} | This issue or pull request already exists | | {{% badge color="#9fa2a5" %}}invalid{{% /badge %}} | This doesn't seem right | | {{% badge color="#9fa2a5" %}}unresolved{{% /badge %}} | No progress on this issue | +| {{% badge color="#9fa2a5" %}}update{{% /badge %}} | A documented change in behaviour | | {{% badge color="#9fa2a5" %}}wontfix{{% /badge %}} | This will not be worked on | ### Halt