Giter Club home page Giter Club logo

ssss-sfu.github.io's Introduction

Software Systems Student Society Website

Welcome

Welcome to the Software Systems Student Society (SSSS) website repo. This project is maintained by the website committee.

To join the committee, go to the SSSS Discord server, find the #what-are-committees, and claim the @website role.

View the live site here: https://sfussss.org/

Getting Started Contributing

Contribute by reporting a bug/suggesting an enhancement

  1. Navigate to the issues page in this repository
  2. Add a new item to the Backlog board and give it a clear and concise title and description. Include any other information, images, etc. that may be needed.
  3. Give it an appropriate label
  4. Thank you for your contribution! Before your item is moved to the Todo board, the committee will first take a look.

Contribute as a developer

  1. Get access to the repository as a contributor by contacting the website committee on our our Discord server

  2. Claim a free task from the open issues or suggest a new issue

  3. Set up your development environment (terminal instructions):

    a. Clone the repository locally in a folder of your choice

    git clone https://github.com/ssss-sfu/ssss-sfu.github.io.git
    

    b. Change directories into the newly cloned project folder

    cd ssss-sfu.github.io
    

    c. Install node modules

    npm i
    

    d. Create a new branch in this format:

    [computing ID or GitHub username]/[task-name-concise]
    

    e.g. kiaanc/read-me-update

    git checkout -b kiaanc/read-me-update
    

    This will create a new branch and check out instantly to that branch. Equivalent with:

    git branch kiaanc/read-me-update
    git checkout kiaanc/read-me-update
    

    f. Run the server locally

    npm run dev
    

    g. View the project in your browser

    localhost:3000
    
  4. Start coding!

  5. Commit and push your changes

  6. Create a pull request with the following format:

    Target Branch: master
    
    Title: Clear and descriptive title relevant to the issue
    
    Description: Any relevant information about the changes made
    
    Reviewers:
    - megarage90000 (John)
    - artymiz (Art)
    - bendjukastein (Ben)
    - KiaanCastillo (Kiaan)
    
  7. Wait for one of the reviewers to take a look and make changes or merge accordingly.

Thanks for contributing!

Past Developers

Version Release Date Contributors
โœ… v4.0 September 9, 2023 Brian Rahadi
v3.0 August 17, 2021 Kiaan Castillo
v2.0 November 17, 2020 Andy Wang
v1.0 January 27, 2020 Amos Ko

ssss-sfu.github.io's People

Contributors

kiaancastillo avatar brianrahadi avatar amosisok avatar verus121 avatar marcusgchan avatar dannyl1u avatar cozyschmidt avatar bendjukastein avatar mekdimd avatar joshuajli avatar artymiz avatar

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.