All Projects → oscafrica → oscafrica.org-v1

oscafrica / oscafrica.org-v1

Licence: other
First Version of OSCA Official Website

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to oscafrica.org-v1

mozambique
Who are the people behind the mining industry in Mozambique? A partial answer can be found by connecting minerals concessions to the people who control the licensed exploration and mining companies. Accessible at: https://ancir.github.io/mozambique/bigshots/
Stars: ✭ 16 (-36%)
Mutual labels:  africa
edliz
This 7th essential medicines list and standard treatment guidelines for the most common health conditions in Zimbabwe has been endorsed by the National Medicine & Therapeutics Policy Advisory Committee [NMTPAC]. It is the product of many years of combined efforts by hundreds of health workers at all levels of the health care system in Zimbabwe. …
Stars: ✭ 25 (+0%)
Mutual labels:  africa
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (-20%)
Mutual labels:  africa
ClimateChangeProjections
An embeddable map that shows climate change projections. How hot will it be by 2070 if we don't do something about it? Accessible at https://climatechange.codeforafrica.org
Stars: ✭ 29 (+16%)
Mutual labels:  africa
DevOps
DevOps code to deploy eScience services
Stars: ✭ 19 (-24%)
Mutual labels:  africa
Vibranium
Web template for and by DSC chapters worldwide because we are a Wakanda of student developers and future technology leaders from all across the world. 🎉
Stars: ✭ 89 (+256%)
Mutual labels:  africa
Language Time
A library that converts Time to its equivalent local languages starting with some basic Nigeria languages(Yoruba, Hausa, Igbo, Efik and English)
Stars: ✭ 51 (+104%)
Mutual labels:  africa
made-in-cameroon
A curated list of awesome tools and projects built by Cameroonian developers
Stars: ✭ 14 (-44%)
Mutual labels:  africa
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (+88%)
Mutual labels:  africa
afrihealthsites
access to geographic locations of african health sites from different sources
Stars: ✭ 28 (+12%)
Mutual labels:  africa
africastalking-node.js
Official Node.js SDK for Africa's Talking
Stars: ✭ 113 (+352%)
Mutual labels:  africa
azureselected
Azure Selected content localization.
Stars: ✭ 17 (-32%)
Mutual labels:  advocate

Open Source Community Africa - O.S.C.A

Netlify Status

Open Source Community Africa is a community of open source advocates and contributors across Africa, with the sole aim of growing and building the spirit of open source development and contribution through an increase in the rate of credible contributions towards maintaining open source technologies by African software developers, designers and all career fields in technology both on a local and global scale.

Why O.S.C.A ?

As a community, we intend to promote the culture of open source contribution amongst African developers and also strongly advocate for the development of free and open source software by giving people the opportunity and technical empowerment to make credible contributions towards building and maintaining open source projects/softwares.

Get started and know more about us here www.oscafrica.org fb_img_1537794640977

Code of Conduct:

To ensure a sane and healthy environment for all maintainers, contributors, reviewers and community members in general, we adhere strictly to our code of conduct and also urge all members to.

How to Contribute:

We appreciate your efforts to help make a contribution to our project, This project is currently built with HTML5, CSS3, SASS, JQUERY, and JAVASCRIPT. To get started here's a quick guide:

  1. You have to be a member of the O.S.C.A community, Join here.
  2. We use the pull-request model, see GitHub's help on pull-request.

Contributor's Guide

HOW TO CONTRIBUTE TO OPEN SOURCE accepts PR's (pull requests) from newbies only, this is to help newbies get familiar with contribution processes.

Issues can be submitted by anyone, seasoned developers or newbies.

Getting Started

  1. If you are new to Git and Github, it is advisable you go through GitHub For Beginners before moving to the next step.

  2. Fork the project on Github, Help Guide to Fork a repository.

    Illustration for how to fork a repository

  3. Clone the project.

      git clone https://github.com/<your username>/oscommunityafrica.github.io.git && cd oscommunityafrica.github.io
  4. Create a branch specific to the issue you are working on.

    git checkout -b update-readme-file

    For clarity to yourself and others on the issue you're working on, name your branch something like update-xxx or fix-xxx where xxx is a short description of the changes you're making. For example update-readme or fix-typo-on-contribution-md.

  5. Open up the project in your favourite text editor, select the file you want to contribute to and make your changes.

    If you are making changes to the README.md file, you would need to have Markdown knowledge. Visit here to read about GitHub Markdown and here to practice.

    • If you are adding a new project/organisation to the README, make sure it's listed in alphabetical order.
    • If you are adding a new organisation, make sure you add an organisation label to the organisation name. This would help distinguish projects from organisation projects.
  6. After making your changes in the new git branch then add your modified files to git, How to add, commit, push and go.

    git add path/to/filename.ext

    You can also add all unstaged files using:

    git add .

    Note, using a git add . will automatically add all files. You can do a git status to see your changes, but do it before git add.

  7. Commit your changes using a descriptive commit message.

    git commit -m "Brief Description of Commit"
  8. Push your commits to your Github Fork:

    git push -u origin branch-name
  9. Submit a pull request.

    Within GitHub, visit this main repository and you should see a banner suggesting to make a pull request. While you're writing up the pull request, you can add Closes #XXX in the message body where #XXX is the issue you're fixing. So an example would be Closes #42 would close issue #42.

Submitting a Pull Request

What is a pull request?

If you decide to fix an issue, it's advisable to check the comment thread in case there's somebody already working on a fix. If no one is working on it at the moment, kindly leave a comment stating that you intend to work on it so other people don't accidentally duplicate your effort.

In a situation whereby somebody decides to fix an issue but doesn't follow up for a particular period of time, say 1 - 2 weeks, it's acceptable to still pick up the issue but make sure to leave a comment.

Submitting an Issue

What is an Issue?

The Issue system on OSCA has two sections;

Desktop View

  • Bug Report
    If you find any bug in the software, do raise a Bug Report issue stating the found bug. If you so wish to fix the bug, then work on it and send a pull request referencing the issue number, If you don't want to fix, just drop the issue and wait for help, the project maintainers would respond to the Issue.
  • Feature Request
    If you want to propose or recommend a new feature, kindly use the Feature Request section to discuss your proposal. Please do not work on a new feature without first raising a "Feature Request Issue" as you might be working on a feature that is not needed in the project.
    Start with the Title of your feature and Description stating why the feature should be implemented.

After raising an Issue, you would receive a response from the project maintainers for approval or disapproval.

Helpful Resources

For a complete guide on contributing, please visit our resources.

Versioning

We use Git for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Creative Commons Attribution 3.0 Unported - see the LICENSE.txt file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].