From 84dacee82d95ea671a888ef37b8d94e46daaa6d5 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 29 Apr 2021 16:55:51 +0200 Subject: [PATCH] new default branch: main --- .github/workflows/test.yml | 4 +-- CONTRIBUTING.md | 50 -------------------------------------- vars/main.yml | 2 +- 3 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d4853a..0d93623 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ on: - .github/** pull_request: branches: - - master + - main jobs: lint: @@ -32,7 +32,7 @@ jobs: VALIDATE_ALL_CODEBASE: false VALIDATE_ANSIBLE: true ANSIBLE_DIRECTORY: './' - DEFAULT_BRANCH: master + DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} molecule: name: ๐Ÿงช Molecule test diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index a1137a5..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,50 +0,0 @@ -# Contribution Guidelines - -๐Ÿ‘๐ŸŽ‰ First off, thanks for taking the time to contribute! ๐ŸŽ‰๐Ÿ‘ - -## Code of Conduct - -Examples of behavior that contributes to creating a positive environment include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a professional setting - -## How to Contribute - -### Reporting Bugs -To report bugs, please open an issue containing: - -* Clear description of the problem -* Messages, log entries etc. -* Example configuration to reproduce the issue - -### Suggesting Enhancements -To suggest an enhancement, open an issue containing: - -* Clear description of the feature you are suggesting - -### Contribute Code -We welcome any contribution of code to this repository, from bugfixes to new -features. In order to simplify code review and speed up the process of adding -new features, please follow the steps below for every single fix / enhancement. -Adding multiple features and fixes to one pull request will lead to more -complicated code review and you risk your changes being declined because of -things that have nothing to do with them. - -Follow these steps to contribute code: - -1. Open an issue describing what you want to change (follow one of the previous - chapters). -2. Create a fork and implement your changes -3. Open a pull request to `master` diff --git a/vars/main.yml b/vars/main.yml index 0069679..d6f8578 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -10,5 +10,5 @@ restic_os_variables: paths: - 'vars' -playbook_version_number: 5 # should be int +playbook_version_number: 6 # should be int playbook_version_path: 'do1jlr.restic.version'