Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msankhala/dcg

A drupal contribution guideline for any org that have people with different skills from benginers to experts.
https://github.com/msankhala/dcg

drupal drupal-contribution

Last synced: about 2 months ago
JSON representation

A drupal contribution guideline for any org that have people with different skills from benginers to experts.

Awesome Lists containing this project

README

        

# Drupal Contribution Guideline (DCG)

The Drupal Contribution Guideline (DCG) is a set of guidelines for contributing to the Drupal open-source content management system. These guidelines are intended for individuals or organizations with varying levels of Drupal expertise, from beginners to experts. The DCG provides a step-by-step approach to contributing to Drupal, including how to find issues to work on, what kind of issues to avoid, how to submit a patch, and how to review and test patches submitted by others. These guidelines also provide information on how to communicate with the Drupal community and how to get help if you need it. By following these guidelines, contributors can help make Drupal a better platform for everyone while also improving their own Drupal skills and knowledge.

## Contributing

Contributions are welcome! Please follow these steps:

1. Make sure you have the hugo binary installed. You can download it from [here](https://gohugo.io/installation/).
1. Clone the project using `git clone --recursive [email protected]:msankhala/dcg.git`
1. Create an issue to get access to the repository.
1. Create a new branch for your changes to guide using `git checkout -b `
1. Add your changes to the `content//`. Follow [quick start guide](https://gohugo.io/getting-started/quick-start/#add-content)
1. You can add static resources like images to `static/images/` folder and refer them in your markdown file.
1. Run `hugo server` to preview your changes.
1. Commit your changes and push them to your fork.
1. Create a pull request.