From 20d31ba2e332bd7bee111b2f1db68a5b2d19df15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 24 Jun 2023 20:29:30 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20update=20author=20-=20Th=C3=A9o=20LUDWIG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- LICENSE | 2 +- README.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4d499f7..247d99e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -## What changes this PR introduce? +# What changes this PR introduce? ## List any relevant issue numbers diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7509fe9..8a0c550 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -contact@divlo.fr. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e3e77b..e1382f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Thanks a lot for your interest in contributing to **libcproject**! 🎉 ## Pull Requests -- **Please first discuss** the change you wish to make via [issue](https://github.com/Divlo/libcproject/issues) before making a change. It might avoid a waste of your time. +- **Please first discuss** the change you wish to make via [issue](https://github.com/theoludwig/libcproject/issues) before making a change. It might avoid a waste of your time. - Ensure your code respect linting. diff --git a/LICENSE b/LICENSE index 04e85c3..25dddde 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Divlo +Copyright (c) Théo LUDWIG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ac08d76..b42df6d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Licence MIT Contributor Covenant
- + Conventional Commits semantic-release

@@ -59,7 +59,7 @@ Steps to create a new C project that uses `libcproject`: ```sh # Clone the repository -git clone https://github.com/Divlo/libcproject.git +git clone git@github.com:theoludwig/libcproject.git # Go to libcproject directory cd libcproject