poap-xyz / poap.js

POAP implemetation in javascript
https://sdk.poap.tech/
MIT License
9 stars 8 forks source link

Broken link to CONTRIBUTING.md in PULL_REQUEST_TEMPLATE.md #126

Closed anonployed closed 4 months ago

anonployed commented 4 months ago

Description

The current link to the CONTRIBUTING.md file in the PULL_REQUEST_TEMPLATE.md is broken and returns a 404 error.

Current Behavior

In the PULL_REQUEST_TEMPLATE.md, the link to the contributing guidelines is:

https://github.com/poap-xyz/poap.js/blob/70421344d486b7d7eb1a24793c42f40ea9b8753c/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L16

Issue

The link is broken and leads to a 404 error.

Expected Behavior

The link should direct users to the correct location of the CONTRIBUTING.md file.

Solution

Update the link in the PULL_REQUEST_TEMPLATE.md to: https://github.com/poap-xyz/poap.js/blob/main/.github/CONTRIBUTING.md

Additional Context

This change ensures that contributors can easily find and access the contribution guidelines, which is crucial for maintaining the project's contribution standards.