Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
2020 - 2021 Update Part 2
Browse files Browse the repository at this point in the history
Merge pull request #221 from FACE-Amrita-Bengaluru/newupdatebranch
  • Loading branch information
aravindvnair99 authored May 12, 2021
2 parents e11fec8 + e847234 commit ec6fa46
Show file tree
Hide file tree
Showing 27 changed files with 1,274 additions and 548 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/firebase.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Firebase CD
on:
workflow_dispatch:
push:
paths:
- "functions/**"
- "public/**"
- ".firebaserc"
- "firebase.json"
- ".github/workflows/firebase.yml"
branches:
- main

Expand All @@ -9,12 +16,17 @@ jobs:
name: Firebase Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
- name: Checkout repository
uses: actions/checkout@main
- name: Setup Node.js 14
uses: actions/setup-node@main
with:
node-version: v14.x
- name: Install Dependencies
run: |
cd functions/
npm i
sudo npm i -g npm
npm ci
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Setup Node.js
- name: Checkout repository
uses: actions/checkout@main
- name: Setup Node.js 14
uses: actions/setup-node@main
with:
node-version: 14.x
- name: Lint
node-version: v14.x
- name: Install Dependencies
run: |
cd functions/
npm -g update
npm i -g npm@latest
npm i
sudo npm i -g npm
npm ci
npm run lint
env:
CI: true
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
```
All contributions are welcome! Code, documentation, softwares, scripts, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!
```
# Contributing

# I found some bugs or issues. Where do I report?
All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Feel free to open issue trackers for bugs or features or send in fixes / features via pull requests -- whatever you have to offer, it would be appreciated!

## I found some bugs or issues. Where do I report?

Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new) in detail answering these questions:

Expand All @@ -12,6 +12,6 @@ Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new
- Have you tried any troubleshooting steps such as a reboot for example?
- Have you followed the prescribed prerequisites?

# How do I contact the team?
## How do I contact the team?

Check [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/graphs/contributors) for the list of contributors. Contact one of them through their profiles.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# FACE Amrita Bengaluru ![](https://komarev.com/ghpvc/?username=AravindVNair99&label=Views)

Official source code of FACE Amrita Bangalore website along with CSI, ACM, and ACM-W chapters of Amrita Bangalore.
Official source code of FACE Amrita Bangalore website

# :octocat: How to contribute?
Visit <https://faceaseb.com> to know more about FACE and it's sister clubs such as ACM, ACM-W, CSI, FORGE and CodeChef at Amrita School of Engineering, Bengaluru.

All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki contents -- whatever you have to offer, it would be appreciated!
## :octocat: How to contribute?

All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Feel free to open issue trackers for bugs or features or send in fixes / features via pull requests - whatever you have to offer, it would be appreciated! Make sure to open an issue tracker before sending in a PR.

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributing.

# :scroll: License
## :scroll: License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

# :family: Team
## :family: Team

- **Abhishek Venkata Sai Kandikattu** - _Front-end Developer for FACE_ - [Abhishek-Sai](https://github.com/Abhishek-Sai)
- **Aravind V. Nair** - _Front-end, Back-end and DevOps for FACE, ACM and ACM-W_ - [AravindVNair99](https://github.com/AravindVNair99)
Expand All @@ -25,19 +27,19 @@ Note: FACE, ACM and ACM-W here refers to the student chapter at Amrita School of

See the full list of [contributors](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/graphs/contributors) who participated in this project and statistics.

# :heavy_exclamation_mark: Prerequisites aka requirements
## :heavy_exclamation_mark: Prerequisites aka requirements

Please read [Prerequisite](Prerequisite.md) file for details.

# :bookmark: Releases
## :bookmark: Releases

View all versions [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/releases).

# :scroll: Changelog
## :scroll: Changelog

Check the [changelog here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/commits/master).

# :memo: I found some bugs or issues. Where do I report?
## :memo: I found some bugs or issues. Where do I report?

Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new/choose) in detail answering these questions:

Expand All @@ -47,6 +49,6 @@ Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new
- Have you tried any troubleshooting steps such as a reboot for example?
- Have you followed the prescribed prerequisites?

# :envelope: How do I contact the team?
## :envelope: How do I contact the team?

Check [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/graphs/contributors) for the list of contributors. Contact one of them through their profiles.
Loading

0 comments on commit ec6fa46

Please sign in to comment.