Skip to content

Commit

Permalink
Added details for low or no code contributions (#169)
Browse files Browse the repository at this point in the history
* Added details for low or no code contributions

* link fixed

* added heading

---------

Co-authored-by: Bhuvnesh Sharma <[email protected]>
  • Loading branch information
2 people authored and engagepy committed Sep 30, 2024
1 parent dd6b825 commit 108a827
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
50 changes: 50 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All type of contributions are encouraged and valued. See the [Table of Contents]
- [Code of Conduct](#code-of-conduct)
- [I Have a Question](#i-have-a-question)
- [I Want To Contribute](#i-want-to-contribute)
- [Low or no code contributions](#low-or-no-code-contributions)
- [Setting Up and Running the Project Locally](#setting-up-and-running-the-project-locally)
- [Reporting Bugs](#reporting-bugs)
- [Suggesting Enhancements](#suggesting-enhancements)
Expand Down Expand Up @@ -46,6 +47,55 @@ We will then take care of the issue as soon as possible.

## I Want To Contribute

## Low or no code contributions

We value all types of contributions, not just code. Here are several ways you can contribute to the Django India Community without writing code:

- Documentation
- Improve existing documentation
- Write new documentation or tutorials
- Translate documentation into other languages

- Design
- Create or improve UI/UX designs
- Design logos, icons, or other graphical assets
- Suggest improvements to the user interface

- Testing
- Test the application and report bugs
- Verify bug fixes
- Suggest scenarios for edge cases

- Community Support
- Answer questions in issues or discussions
- Help new contributors get started
- Share your experience using the project

- Content Creation
- Write blog posts about the project
- Create video tutorials
- Develop presentation materials


- Project Management
- Help organize issues and pull requests
- Assist in roadmap planning
- Facilitate community discussions


- Advocacy
- Promote the project on social media
- Give talks about the project at events
- Write articles or reviews about the project

- Accessibility
- Suggest improvements for accessibility
- Test the project with screen readers or other assistive technologies


To contribute in these areas, please open an issue in our GitHub repository describing what you'd like to do. We'll be happy to provide guidance and support for your contribution. All the low or no code contributions that does not require creating pull requests will be listed down in the [contributions.md](https://github.com/djangoindia/djangoindia.org/blob/main/contributions.md) file. The contributor will have to create a PR after including the necessary details about their contributions in the contributions.md file so that all their contribution remains shining forever in our repository.
Remember, every contribution, no matter how small, is valuable and appreciated!

## Setting Up and Running the Project Locally
1. **Fork the repository:**

Expand Down
7 changes: 7 additions & 0 deletions contributions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Low-Code and No-Code Contributions

The Django India community welcomes contributions from contributors of all skill levels. We believe that low-code and no-code tools can empower individuals to contribute to open-source projects, even without extensive or no programming experience. This document will be used to record all type of contributions that lie under the category of low or no code contribution.

| Category | Contributor Name | Link | Description |
|----------|------------------|------|-------------|
| UI/UX Design | Charlie | https://figma.com/designs/t33vy4v5y | Designed new mockups for the landing page | #Example

0 comments on commit 108a827

Please sign in to comment.