The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
A little info about your project and/ or overview that explains what the project is about.
A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.
Build status of continus integration i.e. travis, appveyor etc.
https://getbootstrap.com/b. Ex. -
This is a non-exhaustive list of topics that may or may not be covered during your interviews. Its intent is to guide your study and preparation.
# .github/workflows/publish.yml | |
name: Generate a build and push to another branch | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: |
Description: A few sentences about your project and/or overview that explains what your project is about.
Build status of continuous integration (travis, appveyor, etc.) and code style (xo, standard etc.). It's common to include status badges here so contributors and prospective end-users can see the status of your project at a glance. Just don't go too crazy or it will look like a mess.
Find status badges at the follow sites: >- Shields.io