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

Update prompt.txt to use an unordered list #880

Closed
wants to merge 2 commits into from

Conversation

Androbin
Copy link
Contributor

Background

This removes the need to re-number the list items and thereby greatly reduces merge conflicts
The list of commands is subject to a high editing frequency. With an ordered list, there is a constant need to re-number the commands, which in turn leads to merge conflicts. An unordered list is much better in terms of maintainability.

Changes

Changed the command list from an ordered list (1. Foo) to an unordered list (- Foo).

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

This removes the need to re-number the list items and thereby greatly reduces merge conflicts
onekum
onekum previously approved these changes Apr 12, 2023
@Androbin Androbin dismissed stale reviews from onekum and Slowly-Grokking via 1ec9a57 April 13, 2023 16:07
@Androbin
Copy link
Contributor Author

Closing in favor of #837

@Androbin Androbin closed this Apr 13, 2023
@Androbin Androbin deleted the patch-2 branch April 13, 2023 19:45
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.

3 participants