Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add header to local sdk files, update contribution notes #1833

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Conversation

monde
Copy link
Collaborator

@monde monde commented Nov 28, 2023

  • Add header // DO NOT EDIT LOCAL SDK - USE v3 okta-sdk-golang FOR API CALLS THAT DO NOT EXIST IN LOCAL SDK to all golang files in the local SDK directory
  • add sdk/README.md file explaining the nature of the local sdk
  • Concisely explain our minimum requirements for bug fixes and new resources and data sources directly in the main project README.md
for f in `find sdk -type f`; do
  vim -c "normal! gg" -c "normal! O// DO NOT EDIT LOCAL SDK - USE v3 okta-sdk-golang FOR API CALLS THAT DO NOT EXIST IN LOCAL SDK" -c x ${f}
done

@monde monde merged commit b10b003 into master Nov 28, 2023
2 checks passed
@monde monde deleted the contributions branch November 28, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants