Skip to content

Commit

Permalink
Merge branch 'master' of github.com:devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dishamodi0910 committed Sep 27, 2023
2 parents bd0b837 + c3c3473 commit ea0fac7
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/api_enhancement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ body:
id : terms-conditions
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md)
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](../blob/master/CONTRIBUTING.md)
options:
- label: I follow [CONTRIBUTING GUIDELINES](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md) of this project.
- label: I follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md) of this project.
required: true


Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/create_new_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ body:
id : terms-conditions
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md)
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](../blob/master/CONTRIBUTING.md)
options:
- label: I follow [CONTRIBUTING GUIDELINES](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md) of this project.
- label: I follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md) of this project.
required: true


Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation_error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ body:
id : terms-conditions
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md)
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](../blob/master/CONTRIBUTING.md)
options:
- label: I follow [CONTRIBUTING GUIDELINES](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md) of this project.
- label: I follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md) of this project.
required: true


Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/use_already_existing_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ body:
id : terms-conditions
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md)
description: By submitting this issue, you agree to our [CONTRIBUTING GUIDELINES.](../blob/master/CONTRIBUTING.md)
options:
- label: I follow [CONTRIBUTING GUIDELINES](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md) of this project.
- label: I follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md) of this project.
required: true


Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- [] I have commented my code, particularly in hard-to-understand areas
- [] I have created a helpful and easy to understand `README.md`
- [] I have followed proper file structure.
- [] I have gone through [CONTRIBUTING GUIDELINES.md](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md).
- [] I have gone through [CONTRIBUTING GUIDELINES.md](../blob/master/CONTRIBUTING.md).

Thank you for contributing!❤️

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_open_greet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
script: |
const { owner, repo, number } = context.issue;
const commentauthor = context.payload.issue.user.login;
const commentBody = `Greetings @${commentauthor}🎀 ! , We are excited to have you dive into another issue with us!🚀\nYour involvement in our project has been invaluable, and we're confident that your skills and insights will help us conquer this challenge😇. This issue represents an exciting opportunity for us to improve and enhance our project, and we are thrilled to have you on board.\n We request you to follow [CONTRIBUTING GUIDELINES](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md).\nLooking for your PR soon! \n In case of any issues, you can contact us on [Discord](https://discord.gg/mv4NTzN).❣️`;
const commentBody = `Greetings @${commentauthor}🎀 ! , We are excited to have you dive into another issue with us!🚀\nYour involvement in our project has been invaluable, and we're confident that your skills and insights will help us conquer this challenge😇. This issue represents an exciting opportunity for us to improve and enhance our project, and we are thrilled to have you on board.\n We request you to follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md).\nLooking for your PR soon! \n In case of any issues, you can contact us on [Discord](https://discord.gg/mv4NTzN).❣️`;
await github.issues.createComment({ owner, repo, issue_number: number, body: commentBody });
console.log(`Commented on the issue: ${commentBody}.`);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pullRequestOpened: |
@{{ author }}, Thank you for creating PR! We will review it super soon. 😇❣️
As we continue to evolve and innovate, we encourage you to share your ideas, feedback, and code to help us push the boundaries of what's possible in the world of APIs🚀.
We hope you have followed [CONTRIBUTING GUIDELINES](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md).
We hope you have followed [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md).
Thank you for being an essential part of our community. Together, we'll keep building amazing things!
Don’t forget to ⭐ our repository!
Happy Coding!✨
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ in case you are stuck:
- [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
- [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request)
- [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
- [Learn GitHub from Scratch](https://lab.github.com/githubtraining/introduction-to-github)
- [Learn GitHub from Scratch](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources)
Let's learn something together!❤️🤝
6 changes: 3 additions & 3 deletions Existing_API_Collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

| Name of API | Description of API |
|---|---|
|[Encoding API](https://github.com/developer-student-clubs/APIVerse/tree/master/Existing_API_Collection/EncodingAPI)| It explains us how to work with Text Encoder, Text Decoder, TextDecoderStream and TextEncoderStream|
|[Country API](https://github.com/developer-student-clubs/APIVerse/tree/master/Existing_API_Collection/CountryAPI)| It explains us how to get all the information about a particular country|
|[Dictionary API](https://github.com/developer-student-clubs/APIVerse/tree/master/Existing_API_Collection/DictionaryAPI)| It provides us a meaning of a particular word|
|[Encoding API](./EncodingAPI)| It explains us how to work with Text Encoder, Text Decoder, TextDecoderStream and TextEncoderStream|
|[Country API](./CountryAPI)| It explains us how to get all the information about a particular country|
|[Dictionary API](./DictionaryAPI)| It provides us a meaning of a particular word|
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Happy Coding!❤️
<h2 align = "center">✨ How to contribute?</h2>
<div align = "left">

- Go through project [README.md](https://github.com/developer-student-clubs/APIVerse/blob/master/README.md) and [CONTRIBUTING GUIDELINES.md](https://github.com/developer-student-clubs/APIVerse/blob/master/CONTRIBUTING.md) to know about project and related guidelines.
- Go through project [README.md](./README.md) and [CONTRIBUTING GUIDELINES](./CONTRIBUTING.md) to know about project and related guidelines.
- Go through project to know what you can contribute towards it.

* *CREATING ISSUE!*
Expand Down

0 comments on commit ea0fac7

Please sign in to comment.