From 8445c5fe60f742edc7710e3e61021d47edc7abe0 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:02:59 +0200 Subject: [PATCH] Extend roadmap approval time from one week to one month --- .github/CONTRIBUTING.md | 2 +- doc/direction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0bfae18a0..e7db7e8a8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,7 +19,7 @@ Contributions are welcome! Here's how you can help: developers. Any Pull Request that isn't a bug fix and isn't covered by - [the roadmap](../doc/direction.md) will be closed within a week unless it + [the roadmap](../doc/direction.md) will be closed within a month unless it receives a concept approval from a Core Developer. For this reason, it is recommended that you open an issue for any such pull requests before doing the work, to avoid disappointment. diff --git a/doc/direction.md b/doc/direction.md index 72e40da25..56c008423 100644 --- a/doc/direction.md +++ b/doc/direction.md @@ -21,7 +21,7 @@ This should be reviewed approximately yearly, or when goals are achieved. Pull requests that address one of these goals will be labeled as "Roadmap". PRs that are not on the roadmap will be closed unless they receive a concept -approval within a week, issues can be used for preapproval. +approval within a month, issues can be used for preapproval. Bug fixes are exempt for this, and are always accepted and prioritized. See [CONTRIBUTING.md](../.github/CONTRIBUTING.md) for more info.