Skip to content

Commit

Permalink
Update master to output generated at a24791c
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Oct 31, 2023
1 parent a68489e commit c58fb27
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 29 deletions.
7 changes: 1 addition & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
1. Maintainers have the last word to merge or refuse PRs.
2. All contributions have to pass all CI tests to be merged.
3. All PRs have to follow the [conventional commits v1.0.x](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
- Following the conventional commits scopes
- github or github-action or gh to add or modify files inside `.github/`
- `<PROJECT_NAME>` in case you make changes in a project
To contribute, please write an issue. This repository is exclusively for reading and is part of a private mono-repository.
19 changes: 14 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
| Q | A |
| :--- | :---: |
| Do you experience this problem multiple times? | Yes / No |
| Where did you find an issue? | A |
|:---------------------------------------------------------------| :---: |
| Portfolio (www.abenevaut.dev) | Yes / No |
| Articles ([wiki](https://github.com/abenevaut/abenevaut/wiki)) | Yes / No |

## How to reproduce it ?
## How can I reproduce it?

`Explain here how to reproduce it ?`
`Explain here how to reproduce it?`

## Any question about the article?

`Write your question, community and I will try to respond`

## Any changes in an article?

`Describe what changes you would want to see`
10 changes: 2 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
| Q | A |
| :--- | :---: |
| Contains unit tests ? | Yes / No |
| Contains functional tests ? | Yes / No |

## How to test it manually

`Explain here how to test it ?`
No contribution is accepted on this READ ONLY repository.
- [Visit the Contributing guidelines](https://github.com/abenevaut/abenevaut/blob/master/.github/CONTRIBUTING.md)
14 changes: 14 additions & 0 deletions .github/workflows/close-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close PR

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:

- uses: superbrothers/close-pull-request@v3
with:
comment: "No contribution is accepted on this READ ONLY repository."
14 changes: 4 additions & 10 deletions readme/Home.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
## Articles

- [2023‐08‐18 Where is my `hosts` file ?](https://github.com/abenevaut/abenevaut/wiki/2023%E2%80%9008%E2%80%9018-Where-is-my-%60hosts%60-file-%3F)

## Code of conduct

- [Visit the Code of conduct](https://github.com/abenevaut/abenevaut/blob/master/.github/CODE_OF_CONDUCT.md)
- [Visit the Contributing guidelines](https://github.com/abenevaut/abenevaut/blob/master/.github/CONTRIBUTING.md)

## Development principle

- [semver](https://semver.org/)
- [make a readme](https://www.makeareadme.com/)
- [keep a changelog](https://keepachangelog.com/en/1.0.0/)

## Articles

- [2023‐08‐18 Where is my `hosts` file ?](https://github.com/abenevaut/abenevaut/wiki/2023%E2%80%9008%E2%80%9018-Where-is-my-%60hosts%60-file-%3F)

0 comments on commit c58fb27

Please sign in to comment.