Source for the cisco.github.io website. Contributions are welcome. You can also email [email protected] if you have any questions about this site or the Cisco GitHub organization in general.
- How to contribute?
- Don't See Your Project Here?
- List of Cisco Organizations on GitHub
- Development
- License
- Before starting work on a new feature, enhancement, or fix, please create an issue and optionally assign it to yourself or a developer.
- Fork the repository and make your changes against the 'development' branch (not master).
- After making your changes in your fork, run tests and ensure that the page looks good and works with all supported browsers.
- If you have made a series of commits into the 'development' branch, please try to squash them into a small number of commits.
- Issue a Pull Request against the 'development' branch (not master).
- The admins will review your code and may optionally request conformance, functional or other changes. Work with them to resolve any issues.
- Upon acceptance, your code will be merged into the master branch and will become available for all.
- Your project must have a description- please make it clear enough for someone to understand given Cisco's broad product portfolio
- Your project must have a LICENSE file.
- Your project must have a Readme.md file - please ensure your readme provides enough details to get a user started with the project or pointed in the right direction quickly and link to other relevant projects, wikis, or public documentation
- Your project must have activity within the last 90 days
- Your project can't be a fork
- Your project must be in the list of Cisco Organizations below
If your project meets these criteria and is still not present please contact [email protected]
To add a project to the organizations below please submit a pull request.
- https://github.com/banzaicloud
- https://github.com/Cisco
- https://github.com/cisco-open
- https://github.com/cisco-ospo
- https://github.com/Cisco-system-traffic-generator
- https://github.com/Cisco-Talos
- https://github.com/CiscoCloud
- https://github.com/CiscoCXSecurity
- https://github.com/CiscoDevNet
- https://github.com/CiscoIOx
- https://github.com/CiscoSE
- https://github.com/CiscoSystems
- https://github.com/CiscoUcs
- https://github.com/csap-platform
- https://github.com/datacenter
- https://github.com/webex
- https://github.com/apiclarity
- https://github.com/bit-broker
- https://github.com/CloudNativeSDWAN
- https://github.com/media-streaming-mesh
- https://github.com/Cisco-cloud
- https://github.com/Cisco-Meraki-CFG
- https://github.com/Cisco-nam
- https://github.com/Cisco-OCPChina
- https://github.com/cisco-open-source
- https://github.com/Cisco-oss-eng
- https://github.com/Cisco-USTC
- https://github.com/Ciscocommerce
- https://github.com/CiscoCTA
- https://github.com/CiscoHackathon
- https://github.com/CiscoKorea
- https://github.com/CiscoPackagingExpress
- https://github.com/CiscoSystems-Netconf
- https://github.com/CiscoUKIDCDev
- https://github.com/CiscoVE
- https://github.com/CiscoVIRL
- https://github.com/CiscoZeus
- https://github.com/Cisco-china
- https://github.com/Cisco-DCG-Power
- https://github.com/Cisco-TestScheduling
- https://github.com/Cisco001
- https://github.com/CISCO9
- https://github.com/CiscoDevSeries
- https://github.com/Ciscosystem
- https://github.com/CiscoSystemsInc
- https://github.com/CiscoTrainingonDemand
- https://github.com/LearningAtCisco
- Tested with Node v5.3.0
- Fork/Clone this repo
npm install
gulp
Thanks!