Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
You're missing the `.github` directory.
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
afaik only `yamllint>=1.35.1` is necessary for YAML linting, lets include the others as we go (some of these don't even seem related to linting at all).
davidlion created a review on a pull request on y-scope/ystdlib-cpp
On top of the comments lets make 2 changes: 1. rename the directory `tasks/` to `taskfiles/` 2. drop the `-tasks` suffix inside this directory (e.g. rename `lint-tasks.yaml` to `lint.yaml`)
davidlion created a review on a pull request on y-scope/ystdlib-cpp
On top of the comments lets make 2 changes: 1. rename the directory `tasks/` to `taskfiles/` 2. drop the `-tasks` suffix inside this directory (e.g. rename `lint-tasks.yaml` to `lint.yaml`)
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- chore: Add `yscope-dev-utils` submodule for future task workflows. (#8) ef9ad7b
davidlion closed a pull request on y-scope/ystdlib-cpp
chore: Add `yscope-dev-utils` submodule for future task workflows.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- chore: Add GitHub issue templates. (#7) b0a4644
davidlion closed a pull request on y-scope/ystdlib-cpp
chore: Add GitHub issue templates.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion ``` My suggestion had an extra space by accident sorry.
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion Use this form to report any functional or performance bugs you've found in the software. Be sure to check if your [issue](https://github.com/y-scope/ystdlib-cpp/is...
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion been reported. - type: "textarea" ```
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion Use this form to request a feature/change in the software, or the project as a whole. - type: "textarea" ```
davidlion closed a pull request on y-scope/ystdlib-cpp
Setup the new repo with automated GitHub workflows to perform code checks
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- ci: Add GH workflow to validate PR titles following Conventional Commits and PR template. (#6) b01b40d