SpaceVector_v0 / contributing.py
LayBraid
:construction: add contributing and home
4e2f1ce
raw
history blame contribute delete
414 Bytes
import streamlit as st
def app():
st.image("contribute.png")
st.title("How to contribute to Space Vector")
st.markdown("""Space vector is available on [GitHub](https://github.com/PoCInnovation/SpaceVector). You can
contribute to the project by following the steps presents in the [CONTRIBUTING.md](
https://github.com/PoCInnovation/SpaceVector/blob/main/CONTRIBUTING.md).
""")