From 90c1ddd1c2a3a924b7be3ed7814c05059796450f Mon Sep 17 00:00:00 2001 From: Gokul2003g Date: Sat, 30 Sep 2023 16:41:27 +0530 Subject: [PATCH 1/6] Docs: Changed the Getting started link to point to document site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c91bd69..f06a9997 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ header {

➤ Getting Started

-Refer to [this link](https://github.com/One-Language/One/wiki) to start learning the language. +Refer to [this link](https://one-language.github.io/Document/#/) to start learning the language. From caeb4e0935a3aee01437c2694d61051ed9bbcc89 Mon Sep 17 00:00:00 2001 From: Gokul2003g Date: Tue, 3 Oct 2023 15:06:39 +0530 Subject: [PATCH 2/6] docs: Improve document readability and minor changes --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c2c110d..0fc30164 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@

Contributing to the ONE Programming Language

> Welcome new contributors! First of all thank you for contributing! :+1: :tada: +
## How to Contribute @@ -9,12 +10,11 @@ The `ONE Programming Language` is a very welcoming community. We appreciate your ideas and your help. You need to communicate in [our discord server](https://discord.com/invite/sFCE2HcMCa) or pick an issue and -share your perception of the solution you have. Don't forget to fork this -repository and create a feature or new branch to work on your contribution. +share your perception of the solution you have. Ensure you fork this repository. Create a new branch to work on your contribution for better code isolation. ### **Then, make a PR** -Now that you finished the work, don't forget again to run `pre-commit`. Create the +Now that you finished the work, don't forget again to run `pre-commit`. `pre-commit` helps ensure code quality before creating a PR. Create the pull request and use the description to provide context and motivation, as you did in the issue. Otherwise, you can mention your PR in the issue that you tried to solve. Once a pull request is created, we will verify the code and accept @@ -123,7 +123,7 @@ requests, which will save you and the reviewers' time. - [Clang 13 documentation ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) -### Git hooks +### Git Hooks Like many other `Version Control Systems`, `Git` has a way to fire off custom scripts when certain important actions occur. There are two groups of these From 78c2e68ec98fb190abc40454cb90d7be92439b7a Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 3 Oct 2023 20:15:10 +1000 Subject: [PATCH 3/6] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fc30164..fcee7bbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,6 @@

Contributing to the ONE Programming Language

> Welcome new contributors! First of all thank you for contributing! :+1: :tada: -
## How to Contribute From acb2e1a58adbe8228306dfe49bce59ac2bfc6abd Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 3 Oct 2023 20:15:33 +1000 Subject: [PATCH 4/6] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fcee7bbc..8caf90e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,8 @@ The `ONE Programming Language` is a very welcoming community. We appreciate your ideas and your help. You need to communicate in [our discord server](https://discord.com/invite/sFCE2HcMCa) or pick an issue and -share your perception of the solution you have. Ensure you fork this repository. Create a new branch to work on your contribution for better code isolation. +share your perception of the solution you have. Ensure you fork this repository. +Create a new branch to work on your contribution for better code isolation. ### **Then, make a PR** From a9b31ca5195693611b3a9c4f22e11df6b41c20d8 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 3 Oct 2023 20:15:41 +1000 Subject: [PATCH 5/6] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8caf90e5..354460f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,8 @@ Create a new branch to work on your contribution for better code isolation. ### **Then, make a PR** -Now that you finished the work, don't forget again to run `pre-commit`. `pre-commit` helps ensure code quality before creating a PR. Create the +Now that you finished the work, don't forget again to run `pre-commit`. +`pre-commit` helps ensure code quality before creating a PR. Create the pull request and use the description to provide context and motivation, as you did in the issue. Otherwise, you can mention your PR in the issue that you tried to solve. Once a pull request is created, we will verify the code and accept From 0432433afbcad7babfe5401ea8fbd41e1d38a19d Mon Sep 17 00:00:00 2001 From: Gokul2003g Date: Wed, 4 Oct 2023 18:35:40 +0530 Subject: [PATCH 6/6] feat: added a new github action for first-interactions --- .github/workflows/first-interaction.yml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/first-interaction.yml diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml new file mode 100644 index 00000000..8bc27d9c --- /dev/null +++ b/.github/workflows/first-interaction.yml @@ -0,0 +1,30 @@ +name: First Interaction + +on: + issues: + types: + - opened + pull_request: + types: + - opened + +jobs: + welcome: + runs-on: ubuntu-latest + steps: + - name: First Interaction + uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: | + Welcome to our open-source community, and thank you for opening your first issue! 🎉 + + We're thrilled to have you here. If you have any questions or need assistance, feel free to ask. Your contributions are valued and appreciated. + + Happy coding! 🚀 + pr-message: | + Hey there! 👋 Thanks for submitting your first pull request. We're excited to see your contribution to our project. + + If you have any questions, need help, or want feedback, please don't hesitate to reach out. Your efforts make our community stronger. + + Keep up the great work! 💪