Giter Club home page Giter Club logo

oscafrica.org-v1's Introduction

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.

oscafrica.org-v1's People

Contributors

bolajiayodeji avatar chukundah avatar davidconoh avatar eronmmer avatar fakela avatar foluwa avatar kelvnpere avatar kolokodess avatar nedyudombat avatar perriefidelis avatar princesso avatar samswag avatar timothy-ovie avatar yomaokobiah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oscafrica.org-v1's Issues

Development Environment Glitch

I'm using Apache server (via Xampp) for my developement environment, i notice the routing to the home page using <a href="/"> goes to xampp home page which is not the homepage for the project

Whats the recommended server for hosting the project locally? or can it be change to index.html?

Display Code of Conduct on website

Is your feature request related to a problem? Please describe.
Code of conduct not available on the website

Describe the solution you'd like
I suggest we make the COC available on the website so as to allow new members know what's expected of them before they join.
The link to the COC should be added to the membership form, stating that you read the COC before you SignUp.

Describe alternatives you've considered
I could convert the COC markdown file to a simple website.

Visible mode while navigating on menu.

I recent merged someone PR that broke this feature on the page.

screenshot 2018-11-12 at 12 05 30 pm

screenshot 2018-11-12 at 12 05 15 pm

screenshot 2018-11-12 at 12 05 01 pm

Here is the community page, while navigating on the menu, the element on this page is hidden. While on the other pages it is almost transparent, so a user can see elements on pages like home, About us. This result to too many fixes with on PR. By sending too many fixes in one PR and one commit message it is harder to investigate bugs.

Console error, Jquery conflicting Images file path

Describe the bug
I got this console error
Failed to load resource: the server responded with a status of 404 ()

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
No console error, all files should be loaded from the server.

Screenshots
111111

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari] [ x ]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

In the homepage, the Projects button redirects to non existent community

Describe the bug

When clicking on PROJECTS section on the homepage of https://www.oscafrica.org/, I get redirected to a non-existent organization on GitHub (probably because the old name of the organization was oscommunityafrica and now is oscafrica)

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://www.oscafrica.org/
  2. Click on 'Projects'
  3. See redirection to https://github.com/oscommunityafrica community

Expected behavior

Be redirected to https://github.com/oscafrica instead of https://github.com/oscommunityafrica

Screenshots

Clicking on "PROJECTS" section:

image

I get redirected to:

image

Desktop (please complete the following information):

  • OS:
  • Browser: Chrome
  • Version: Any

Additional context

This bug can be fixed on index.html.
An awesome issue for a newbie at open source :)

Links error!

The links for the google forms provided on the community page for "HOST AN EVENT" and "BECOME A MEMBER" is not public and requires permission to view.
image

Refactor the CSS styles using SASS

Is your feature request related to a problem? Please describe.
The current CSS styling is not maintainable and filled with redundant classes

Describe the solution you'd like
I want to refactor the CSS styles using SASS and also compile the sass file to css using webpack

Wrong link to image

The link to a supposed gif in the README.md file seems to be broken ๐Ÿ‘‡

osca

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.