Tweak repository structure, remove references to wishlist

The wishlist was never completed and was superseded by the
Godot proposals repository.

This also removes the `features/` and `done/` folders as they were
empty.
This commit is contained in:
Hugo Locurcio
2020-04-28 14:51:41 +02:00
parent a41a96e316
commit 0d4b046c39
5 changed files with 2 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
This repository contains the [roadmap](ROADMAP.md) of all features that planned for implementation in [Godot](https://github.com/godotengine/godot).
In the [roadmap file](ROADMAP.md), all the goals are listed. These are features that are planned and approved for implementation by the core developers and contributors. If a feature requires broader description, an extra document can be put inside the features folder (in a sub-folder if it intends to include images), and linked from the main file.
In the [roadmap file](ROADMAP.md), all the goals are listed. These are features that are planned and approved for implementation by the core developers and contributors.
In the [wishlist file](WISHLIST.md), features that would be nice to have are listed. These are features that are not planned for the near or medium term, or that are simply did not get enough interest from the core contributors. The wishlist folder is available to add relevant documents to explain features in detail.
Feature proposals should be discussed in the [Godot proposals](https://github.com/godotengine/godot-proposals) repository, not in this repository's issue tracker.
## FAQ

View File

@@ -1,3 +0,0 @@
# Wishlist
Here be dragons.

View File

@@ -1 +0,0 @@
If a feature is done, move it here.

View File

@@ -1,3 +0,0 @@
# Features
If a feature needs more detail, add a file (or folder, if it contains images or more than one page) for describing the feature, then link it fromt he main roadmap or wishlist page.

View File

@@ -1 +0,0 @@
If a wishlist item needs more detail, create a page here (.md), or in a sub-folder if it contains images or more pages.