Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ in the `cEP-0000.md` document.

## Index

| Filename | Title | Description |
| ----------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [cEP-0000](cEP-0000.md) | coala Enhancement Proposals | This cEP describes the official roles members of the coala community can hold and how they can vote on different levels of decisions. |
| [cEP-0001](cEP-0001.md) | Decision Making in coala | This cEP describes the official roles members of the coala community can hold and how they can vote on different levels of decisions. |
| [cEP-0002](cEP-0002.md) | Next Gen Bear Design | This cEP describes a new implementation of bears in coala which should make them simpler and make their design more intuitive and better. |
| [cEP-0003](cEP-0003.md) | Teams in coala | This is a proposal on how to decentralize the management of coala by introducing teams. |
| [cEP-0005](cEP-0005.md) | coala Configuration | One main pain point for our users is that coala is hard to configure. |
| [cEP-0006](cEP-0006.md) | coala Community Code of Conduct | Like the technical community as a whole, the coala team and community is made up of a mixture of professionals and volunteers from all over the world,working on every aspect of the mission - including mentorship, teaching, and connecting people. |
| [cEP-0009](cEP-0009.md) | Change status | This cEP proposes a mechanism to represent and extract information from project files and an interface to utilize the extracted information. |
| [cEP-0010](cEP-0010.md) | Convert bears to use aspects | This document describes how `aspects` will be defined for and connected with bears and how their results will be annotated with them. |
| [cEP-0012](cEP-0012.md) | coala's Command Line Interface | This cEP describes the design of coala's Command Line Interface (the action selection screen). |
| [cEP-0013](cEP-0013.md) | Cobot Enhancement and porting | This cEP describes about the new features that are to be added to cobot as a part of the [GSoC project](https://summerofcode.withgoogle.com/projects/#4913450777051136). |
| [cEP-0014](cEP-0014.md) | Generate relevant coafile sections | This cEP proposes a framework for coala-quickstart to generate more relevant `.coafile` sections based on project files and user preferences. |
| [cEP-0018](cEP-0018.md) | Integration of ANTLR into coala | This cEP describes how an API based on ANTLR will be constructed and maintained |
| [cEP-0019](cEP-0019.md) | Meta-review System | This cEP describes the details of the process of implementing the meta-review system as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#5188493739819008). |
| [cEP-0020](cEP-0020.md) | Newcomer Gamification system | This cEP describes the details of the process of implementing the newcomer gamification system as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#5892040252981248) |
| [cEP-0021](cEP-0021.md) | Profile Bears | This cEP describes the detailed implementation of a profiling interface as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#6109762077327360). |
| [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 | Creation Date | Description |
| ----------------------- | ---------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [cEP-0000](cEP-0000.md) | coala Enhancement Proposals | 04 Jun 2016 | This cEP describes the official roles members of the coala community can hold and how they can vote on different levels of decisions. |
| [cEP-0001](cEP-0001.md) | Decision Making in coala | 04 Jun 2016 | This cEP describes the official roles members of the coala community can hold and how they can vote on different levels of decisions. |
| [cEP-0002](cEP-0002.md) | Next Gen Bear Design | 06 Jun 2016 | This cEP describes a new implementation of bears in coala which should make them simpler and make their design more intuitive and better. |
| [cEP-0003](cEP-0003.md) | Teams in coala | 22 Oct 2016 | This is a proposal on how to decentralize the management of coala by introducing teams. |
| [cEP-0005](cEP-0005.md) | coala Configuration | 18 Oct 2016 | One main pain point for our users is that coala is hard to configure. |
| [cEP-0006](cEP-0006.md) | coala Community Code of Conduct | 06 Jan 2017 | Like the technical community as a whole, the coala team and community is made up of a mixture of professionals and volunteers from all over the world,working on every aspect of the mission - including mentorship, teaching, and connecting people. |
| [cEP-0009](cEP-0009.md) | Change status | 25 May 2017 | This cEP proposes a mechanism to represent and extract information from project files and an interface to utilize the extracted information. |
| [cEP-0010](cEP-0010.md) | Convert bears to use aspects | 12 May 2017 | This document describes how `aspects` will be defined for and connected with bears and how their results will be annotated with them. |
| [cEP-0012](cEP-0012.md) | coala's Command Line Interface | 10 May 2017 | This cEP describes the design of coala's Command Line Interface (the action selection screen). |
| [cEP-0013](cEP-0013.md) | Cobot Enhancement and porting | 10 May 2017 | This cEP describes about the new features that are to be added to cobot as a part of the [GSoC project](https://summerofcode.withgoogle.com/projects/#4913450777051136). |
| [cEP-0014](cEP-0014.md) | Generate relevant coafile sections | 27 Jun 2017 | This cEP proposes a framework for coala-quickstart to generate more relevant `.coafile` sections based on project files and user preferences. |
| [cEP-0018](cEP-0018.md) | Integration of ANTLR into coala | 06 May 2018 | This cEP describes how an API based on ANTLR will be constructed and maintained |
| [cEP-0019](cEP-0019.md) | Meta-review System | 06 May 2018 | This cEP describes the details of the process of implementing the meta-review system as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#5188493739819008). |
| [cEP-0020](cEP-0020.md) | Newcomer Gamification system | 14 May 2018 | This cEP describes the details of the process of implementing the newcomer gamification system as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#5892040252981248) |
| [cEP-0021](cEP-0021.md) | Profile Bears | 06 Jun 2018 | This cEP describes the detailed implementation of a profiling interface as a part of the [GSoC'18 project](https://summerofcode.withgoogle.com/projects/#6109762077327360). |
| [cEP-0022](cEP-0022.md) | coala-quickstart Green Mode | 02 Jun 2018 | 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 | 11 May 2018 | 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 | 12 May 2018 | 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). |