Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #3 from axemclion/master
Proposal for new feature process
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# cordova-discuss | ||
Discussions on features and the future | ||
|
||
For new proposals and ideas, look at README.md in the `proposals` folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
All new proposals go in this folder. | ||
|
||
# Suggested Process | ||
|
||
1. Create an issue with the description of the feature should be discussed. | ||
2. Others can discuss about the proposal with issue comments | ||
3. Once there is a rough consensus, create a new file in this folder with the proposal details. | ||
4. Others can send pull requests to improve the proposals. Improvements to the proposal can be discussed in the comments of the pull request. | ||
5. Note that if the pull request is changed, commenting on some lines may become outdated. `TODO - How to solve this ? ` | ||
6. Pull requests are accepted, and anyone who just wants to read the proposal without being bothered by the discussions just reads the document. |