Skip to content

fedsa/contributing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Contributing

Contributing to The Other Radio

When contributing, please follow the Code of Conduct.

Issues

Feel free to submit issues and enhancement requests.

Contributing

We use Github Flow, so all code changes happen through pull requests. Pull requests are the best way to propose changes to the codebase.

Process

  1. Fork the repo and create your branch from develop.
# after forking
git clone your-repo-url # for example: git clone https://github.com/your-name/fedsa-website-new.git
git remote rename origin your-username
git remote add origin origin-repo-url # for example https://github.com/fedsa/fedsa-website-new.git
git fetch origin develop:develop
git switch develop # if switch does not work use: git checkout develop

# create your feature branch
git switch -c feature-branch-name # for example 82-add-contributing-md-pointing-to-repo
# again, if switch does not work do: git checkout -b feature-branch-name
# make something!
  1. Make sure your code lints.
  2. Issue that pull request!

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published