Skip to content

Commit a09f0a6

Browse files
README.md: Add dates in cEPs metadata
This add date field to cEPs metadata in README.md Closes #61
1 parent 93c7cce commit a09f0a6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ in the `cEP-0000.md` document.
55

66
## Index
77

8-
| Filename | Title | Description |
9-
| ----------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| [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. |
11-
| [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. |
12-
| [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. |
13-
| [cEP-0003](cEP-0003.md) | Teams in coala | This is a proposal on how to decentralize the management of coala by introducing teams. |
14-
| [cEP-0005](cEP-0005.md) | coala Configuration | One main pain point for our users is that coala is hard to configure. |
15-
| [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. |
16-
| [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. |
17-
| [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. |
18-
| [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). |
19-
| [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). |
20-
| [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. |
21-
| [cEP-0018](cEP-0018.md) | Integration of ANTLR into coala | This cEP describes how an API based on ANTLR will be constructed and maintained |
22-
| [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). |
23-
| [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) |
24-
| [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). |
25-
| [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. |
26-
| [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). |
27-
| [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). |
8+
| Filename | Title | Date | Description |
9+
| ----------------------- | ---------------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| [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. |
11+
| [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. |
12+
| [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. |
13+
| [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. |
14+
| [cEP-0005](cEP-0005.md) | coala Configuration | 18 Oct 2016 | One main pain point for our users is that coala is hard to configure. |
15+
| [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. |
16+
| [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. |
17+
| [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. |
18+
| [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). |
19+
| [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). |
20+
| [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. |
21+
| [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 |
22+
| [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). |
23+
| [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) |
24+
| [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). |
25+
| [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. |
26+
| [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). |
27+
| [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). |

0 commit comments

Comments
 (0)