hclcnx / customizer

App Dev Resources for HCL Connections Customizer
https://opencode4connections.org/
15 stars 28 forks source link

Testing customization to Footer Contact Us href value to change mailto address #13

Closed MarcusICL2 closed 6 years ago

MarcusICL2 commented 6 years ago

I have created custom js and json file and attempted to use new Manager to import extension, but it is not working. We are enabled for Customizer so I think I just need a pull request completed...not sure... Any assistance is greatly appreciated!

ibmcndev commented 6 years ago

Hi Marcus, From the documentation -> https://github.com/ibmcnxdev/customizer/blob/master/docs/IBMConnectionsCustomizer.pdf

In order to inject your own include-files into a Customizer app you need a GitHub repository on the public github.com/ibmcnxdev organization. Typically developers have their own repo that they share with IBM – the step by step procedure is as follows: a. Share your repo with IBM – add "ibmcndev" as a collaborator b. IBM (ibmcnxdev) then creates a fork of your repository under github.com/ibmcnxdev and grants you read access by default. c. You can continue to work on your extension using your original repo for your source code activity, but once you are ready to deliver to IBM Cloud you must issue a pull request to IBM. d. IBM merges your pull request once acceptance criteria are met. e. Upon merge, the repo files are automatically pushed to IBM Customizer via a webhook. f. Rinse & repeat starting at Step (c) for extension updates.

So we can't accept this pull request as it is. Please follow the steps above and share your own repo which then will be forked under the ibmcnxdev organization.

Thanks, Padraic