-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarifying main readme #297
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -81,6 +81,8 @@ will solve it. Specifically, the FLIP will: | |
* be formatted according to the FLIP template | ||
* be submitted as a pull request | ||
* be subject to thorough community discussion and review prior to acceptance or rejection | ||
* for ease of tracking open flips that are currently in the process of discussion and refinement or implementation, we have a dedicated issue for each FLIP, | ||
which is closed when the flip reaches either the `Rejected` or `Released` stage (no further updates to the FLIP) | ||
|
||
## FLIP process | ||
|
||
|
@@ -102,9 +104,11 @@ Once the FLIP is ready for review: | |
2. Create an [issue](https://github.com/onflow/flips/issues/new/choose) by using one of the FLIP issue templates based on the type of the FLIP - `application`, `governance`, `cadence` or `protocol`. | ||
The title of the issue should be the title of your FLIP, e.g., "Dynamic Inclusion fees". | ||
|
||
Submit the issue. | ||
Then submit the issue and note the issue number that gets assigned. For example, for issue https://github.com/onflow/flips/issues/166, the issue number is `166`. | ||
|
||
Note the issue number that gets assigned. For example, for issue https://github.com/onflow/flips/issues/76, the issue number is `76`. | ||
Comment: | ||
The reason we are creating an issue first is to track the progress of the various flips that are currently under discussion, refinement or being implemented. | ||
Hence, from looking at the open https://github.com/onflow/flips/issues you get a concise overview of all FLIPs that you can contribute to, either to helping to refine proposal or contribute to its implementation. | ||
|
||
|
||
3. Create your FLIP as a pull request to this repository ([`onflow/flips`](https://github.com/onflow/flips)). | ||
|
@@ -155,7 +159,7 @@ the [community forum](https://forum.onflow.org/), or file an issue in this repos | |
([`onflow/flow`](https://github.com/onflow/flow/issues)). | ||
|
||
## Proposal states | ||
* **Drafted:** The FLIP is in its early stage and is being ideated. | ||
* **Draft:** The FLIP is in its early stage and is being ideated. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changed the status definition from "drafted" to "draft" because updates are ongoing and not yet completed. Thereby, the status also matches the FLIP template, which also uses "draft" and not "drafted" |
||
* **Proposed:** The FLIP has been proposed and is awaiting review. | ||
* **Rejected:** The FLIP has been reviewed and rejected. | ||
* **Accepted:** The FLIP has been accepted and is either awaiting implementation or is actively being implemented. | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this correct @vishalchangrani @KshitijChaudhary666 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is principally correct, but also relies upon the FLIP owners to close the issues created