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

Latest commit

 

History

History
48 lines (39 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

48 lines (39 loc) · 1.4 KB

Do you want to contribute?

Thank you for considering contributing to our project! We welcome all contributions and appreciate your effort in making our project better. How to Contribute

  1. Fork the repository
  2. Go to the _contents folder
  3. Create a new file with the .md extension, for example, uinws.md
  4. Use the following template for content:
---
name: Nama Universitas
accreditation: Akreditasi
region: Lokasi Universitas
image: "URL Logo Universitas"
address: Alamat Universitas
url: "URL Website Universitas"
tag: Singkatan Universitas
---

Example :

---
name: Universitas Islam Negeri Walisongo
accreditation: A
region: Semarang
image: "https://rekreartive.com/wp-content/uploads/2018/10/Logo-UIN-Walisongo-Warna-PNG.png"
address: Jl. Walisongo No.3-5, Tambakaji, Kec. Ngaliyan, Kota Semarang, Jawa Tengah 50185
url: "https://walisongo.ac.id/"
tag: UINWS
---
  1. Fill in the details for the university you are adding.
  2. Save the file and commit the changes to your forked repository.
  3. Open a pull request (PR) to the main repository.

Contribution Guidelines

Before submitting your contribution, please make sure:

  1. The university you are adding is not already in the list.
  2. The details you provide are accurate and up-to-date.
  3. The format of the file is correct and matches the template.
  4. The image URL you provide is valid and the image is appropriate for all audiences.