Skip to content
/ dcg Public

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

Notifications You must be signed in to change notification settings

msankhala/dcg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  2. Clone the project using git clone --recursive git@github.com:msankhala/dcg.git
  3. Create an issue to get access to the repository.
  4. Create a new branch for your changes to guide using git checkout -b <BRANCH-NAME>
  5. Add your changes to the content/<GUIDE-FOLDER>/<YOUR-FILE.md / _index.md>. Follow quick start guide
  6. You can add static resources like images to static/images/ folder and refer them in your markdown file.
  7. Run hugo server to preview your changes.
  8. Commit your changes and push them to your fork.
  9. Create a pull request.

About

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

Topics

Resources

Stars

Watchers

Forks