From c58fb270d2adc37b4a9203297006d21816a77f12 Mon Sep 17 00:00:00 2001 From: abenevaut Date: Tue, 31 Oct 2023 16:42:13 +0000 Subject: [PATCH] Update master to output generated at a24791c --- .github/CONTRIBUTING.md | 7 +------ .github/ISSUE_TEMPLATE.md | 19 ++++++++++++++----- .github/PULL_REQUEST_TEMPLATE.md | 10 ++-------- .github/workflows/close-pr.yml | 14 ++++++++++++++ readme/Home.md | 14 ++++---------- 5 files changed, 35 insertions(+), 29 deletions(-) create mode 100644 .github/workflows/close-pr.yml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index af84768..66d83bb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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/` - - `` 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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d84f9c6..d2d42fc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bed4527..f663c78 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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) diff --git a/.github/workflows/close-pr.yml b/.github/workflows/close-pr.yml new file mode 100644 index 0000000..a8c96b8 --- /dev/null +++ b/.github/workflows/close-pr.yml @@ -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." diff --git a/readme/Home.md b/readme/Home.md index 0209e49..70e9472 100644 --- a/readme/Home.md +++ b/readme/Home.md @@ -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)