Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Fix broken anchor links and improve contribution guidelines #183

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

AdonisJs is a community driven project. You are free to contribute in any of the following ways.

- [Coding style](coding-style)
- [Fix bugs by creating PR's](fix-bugs-by-creating-prs)
- [Share an RFC for new features or big changes](share-an-rfc-for-new-features-or-big-changes)
- [Report security issues](report-security-issues)
- [Be a part of the community](be-a-part-of-community)
- [Coding style](#coding-style)
- [Fix bugs by creating PR's](#fix-bugs-by-creating-prs)
- [Share an RFC for new features or big changes](#share-an-rfc-for-new-features-or-big-changes)
- [What is an RFC?](#what-is-an-rfc)
- [Report security issues](#report-security-issues)
- [Be a part of the community](#be-a-part-of-the-community)

## Coding style

Expand Down Expand Up @@ -41,7 +42,7 @@ The RFC proposals are created as issues on [adonisjs/rfcs](https://github.com/ad

All of the security issues, must be reported via [email](mailto:virk@adonisjs.com) and not using any of the public channels. [Learn more](https://adonisjs.com/security) about the security policy

## Be a part of community
## Be a part of the community

We welcome you to participate in the [forum](https://forum.adonisjs.com/) and the AdonisJs [discord server](https://discord.me/adonisjs). You are free to ask your questions and share your work or contributions made to AdonisJs eco-system.

Expand Down