-
Notifications
You must be signed in to change notification settings - Fork 53
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
README.md: Add dates in cEPs metadata #177
base: master
Are you sure you want to change the base?
README.md: Add dates in cEPs metadata #177
Conversation
@li-boxuan review requested. |
322f287
to
a09f0a6
Compare
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.
We probably need more reviews and thoughts to see how we should deal with #61
README.md
Outdated
| [cEP-0022](cEP-0022.md) | coala-quickstart Green Mode | This cEP provides the features, needs, requirements and implementation of the green-mode being added to coala-quickstart. | | ||
| [cEP-0025](cEP-0025.md) | Integrate pyflakes AST into coala | This cEP describes the details of the process of integrating the pyflakes-enhanced-AST into coala as part of [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#5549789140221952). | | ||
| [cEP-0027](cEP-0027.md) | coala Bears Testing API | This cEP describes the implementation process of `BaseTestHelper` class and `GlobalBearTestHelper` class to improve testing API of coala as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#6625036551585792). | | ||
| Filename | Title | Date | Description | |
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.
The name Date
here is ambiguous. What date? Creation date? Last update date?
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.
Date
refers Creation dates.
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.
updated. please review latest commit @li-boxuan
b891659
to
ff0f7c0
Compare
This add date of creation to cEPs metadata in README.md Closes coala#61
ff0f7c0
to
92f60ae
Compare
@jayvdb @li-boxuan please review. |
@Mariatta please review. |
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.
Looks great. Thank you!
The requested change has been implemented
ack 92f60ae |
Since @li-boxuan is code owner, the review is required from them. |
This add date field to cEPs metadata in README.md
Closes #61